Branch indexing
> git rev-parse --is-inside-work-tree # timeout=10
Setting origin to git@github.com:appNG/appng.git
> git config remote.origin.url git@github.com:appNG/appng.git # timeout=10
Fetching origin...
Fetching upstream changes from origin
> git --version # timeout=10
> git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress origin +refs/heads/*:refs/remotes/origin/*
Seen branch in repository origin/appng-1.18.x
Seen branch in repository origin/appng-1.19.x
Seen branch in repository origin/appng-1.20.x
Seen branch in repository origin/appng-2.0.x
Seen branch in repository origin/bugfix/APPNG-2270
Seen branch in repository origin/bugfix/APPNG-2272
Seen branch in repository origin/bugfix/APPNG-2285
Seen branch in repository origin/bugfix/APPNG-2288
Seen branch in repository origin/bugfix/APPNG-2290
Seen branch in repository origin/feature/APPNG-2167
Seen branch in repository origin/feature/APPNG-2208
Seen branch in repository origin/feature/APPNG-2248
Seen branch in repository origin/feature/APPNG-2253
Seen branch in repository origin/feature/APPNG-2255
Seen branch in repository origin/feature/APPNG-2264
Seen branch in repository origin/feature/APPNG-2267
Seen branch in repository origin/feature/APPNG-2269
Seen branch in repository origin/feature/APPNG-2273
Seen branch in repository origin/feature/APPNG-2274
Seen branch in repository origin/feature/APPNG-2275
Seen branch in repository origin/feature/APPNG-2295
Seen branch in repository origin/feature/keycloak
Seen branch in repository origin/master
Seen 23 remote branches
Obtained Jenkinsfile from 1fc1365284d57cb71728e1ea6e6335af3e8a242e
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267
[Pipeline] {
[Pipeline] tool
[Pipeline] stage
[Pipeline] { (notifyStart)
[Pipeline] emailext
An attempt to send an e-mail to empty list of recipients, ignored.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (clone)
[Pipeline] git
No credentials specified
Cloning the remote Git repository
Cloning repository git@github.com:appNG/appng.git
> git init /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267 # timeout=10
Fetching upstream changes from git@github.com:appNG/appng.git
> git --version # timeout=10
> git fetch --tags --progress git@github.com:appNG/appng.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url git@github.com:appNG/appng.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git@github.com:appNG/appng.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng.git
> git fetch --tags --progress git@github.com:appNG/appng.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/feature/APPNG-2267^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/feature/APPNG-2267^{commit} # timeout=10
Checking out Revision 1fc1365284d57cb71728e1ea6e6335af3e8a242e (refs/remotes/origin/feature/APPNG-2267)
> git config core.sparsecheckout # timeout=10
> git checkout -f 1fc1365284d57cb71728e1ea6e6335af3e8a242e
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b feature/APPNG-2267 1fc1365284d57cb71728e1ea6e6335af3e8a242e
Commit message: "APPNG-2267"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Maven Build)
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version
+ grep -Ev (^\[|Download\w+:)
[Pipeline] sh
+ sed -i s/SNAPSHOT/feature_APPNG_2267-SNAPSHOT/g README.adoc appng-application-camunda/README.adoc appng-application/README.adoc appng-maven-plugin/README.adoc appng-upngizr/README.adoc
[Pipeline] sh
+ sed -i s/SNAPSHOT/feature_APPNG_2267-SNAPSHOT/g pom.xml appng-api/pom.xml appng-application-assembly/pom.xml appng-application-bom/pom.xml appng-application-camunda/pom.xml appng-application-parent/pom.xml appng-application/pom.xml appng-appngizer-jaxb/pom.xml appng-appngizer-maven-plugin/pom.xml appng-appngizer/pom.xml appng-archetype-application/pom.xml appng-camunda/pom.xml appng-cli/pom.xml appng-core/pom.xml appng-documentation/pom.xml appng-forms/pom.xml appng-formtags/pom.xml appng-mail/pom.xml appng-maven-plugin/pom.xml appng-persistence/pom.xml appng-rest-api/pom.xml appng-search/pom.xml appng-standalone/pom.xml appng-taglib/pom.xml appng-template-assembly/pom.xml appng-template-parent/pom.xml appng-testsupport/pom.xml appng-tools/pom.xml appng-upngizr/pom.xml appng-xmlapi/pom.xml appng-archetype-application/src/main/resources/archetype-resources/pom.xml appng-archetype-application/readme.txt appng-documentation/src/main/asciidoc/listing/dependencies.txt
[Pipeline] sh
+ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn clean deploy -Pci -Djavax.xml.accessExternalSchema=all
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.appng:appng-application-bom:pom:1.19.1-feature_APPNG_2267-SNAPSHOT
[WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.appng:appng-rest-api:jar -> duplicate declaration of version 1.19.1-feature_APPNG_2267-SNAPSHOT @ line 928, column 16
[WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.projectlombok:lombok:jar -> version 1.16.22 vs 1.16.18 @ line 1477, column 16
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] appNG Parent
[INFO] appNG Tools
[INFO] appNG Mail
[INFO] appNG Forms
[INFO] appng Formtags
[INFO] appNG XML-API
[INFO] appNG public API
[INFO] appNG testsupport
[INFO] appNG REST API
[INFO] appNG Persistence-Tools
[INFO] appNG Search
[INFO] appNG Core Library
[INFO] appNG Command Line Interface
[INFO] appNG Tag Library
[INFO] appNG Application
[INFO] appNG application BOM
[INFO] appNG Documentation
[INFO] appNG Template Assembly Descriptors
[INFO] appNG Template Parent
[INFO] appng-application-assembly
[INFO] appNG application parent
[INFO] Archetype - appng-archetype-application
[INFO] appNGizer JAXB API
[INFO] appNGizer
[INFO] appNG appNGizer Maven Plugin
[INFO] appNG camunda
[INFO] appNG Application, including Camunda BPM process engine libraries
[INFO] appNG Maven Plugin
[INFO] upNGizr
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building appNG Parent 1.19.1-feature_APPNG_2267-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-parent ---
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-parent ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-parent/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-parent-1.19.1-feature_APPNG_2267-SNAPSHOT.pom
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-parent ---
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-parent-1.19.1-feature_APPNG_2267-20190926.141721-1.pom
Progress (1): 2.0/34 kB
Progress (1): 4.1/34 kB
Progress (1): 6.1/34 kB
Progress (1): 8.2/34 kB
Progress (1): 10/34 kB
Progress (1): 12/34 kB
Progress (1): 14/34 kB
Progress (1): 16/34 kB
Progress (1): 18/34 kB
Progress (1): 20/34 kB
Progress (1): 23/34 kB
Progress (1): 25/34 kB
Progress (1): 27/34 kB
Progress (1): 29/34 kB
Progress (1): 31/34 kB
Progress (1): 33/34 kB
Progress (1): 34 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-parent-1.19.1-feature_APPNG_2267-20190926.141721-1.pom (34 kB at 190 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/maven-metadata.xml
Progress (1): 2.6 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/maven-metadata.xml (2.6 kB at 103 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 638 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (638 B at 3.7 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/maven-metadata.xml
Progress (1): 2.0/2.6 kB
Progress (1): 2.6 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/maven-metadata.xml (2.6 kB at 3.7 kB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building appNG Tools 1.19.1-feature_APPNG_2267-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-tools ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-tools/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-tools ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 37 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/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_CI_feature_APPNG-2267/appng-tools/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-tools ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.appng.tools.image.ImageProcessorTest
2019-09-26 16:17:27,059 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-05-13 http://www.imagemagick.org
2019-09-26 16:17:27,186 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@6d4b1c02
2019-09-26 16:17:27,186 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@6d4b1c02
2019-09-26 16:17:27,187 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@6d4b1c02
2019-09-26 16:17:27,187 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@6d4b1c02
2019-09-26 16:17:27,187 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@6d4b1c02
2019-09-26 16:17:27,187 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@6d4b1c02
2019-09-26 16:17:27,188 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@6d4b1c02
2019-09-26 16:17:27,188 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@6d4b1c02
2019-09-26 16:17:27,290 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data'
2019-09-26 16:17:27,290 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16'
2019-09-26 16:17:27,301 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-05-13 http://www.imagemagick.org
2019-09-26 16:17:27,302 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@e25b2fe
2019-09-26 16:17:27,302 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@e25b2fe
2019-09-26 16:17:27,302 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@e25b2fe
2019-09-26 16:17:27,302 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@e25b2fe
2019-09-26 16:17:27,302 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@e25b2fe
2019-09-26 16:17:27,302 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@e25b2fe
2019-09-26 16:17:27,302 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test 'PNG
',format 'PNG image'
2019-09-26 16:17:27,302 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match png, type PNG, mime 'image/png', msg 'PNG image, 1600 x 843, 8-bit/color RGBA, non-interlaced'
2019-09-26 16:17:27,310 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-05-13 http://www.imagemagick.org
2019-09-26 16:17:27,311 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@754ba872
2019-09-26 16:17:27,311 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@754ba872
2019-09-26 16:17:27,311 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@754ba872
2019-09-26 16:17:27,311 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@754ba872
2019-09-26 16:17:27,311 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@754ba872
2019-09-26 16:17:27,311 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@754ba872
2019-09-26 16:17:27,311 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@754ba872
2019-09-26 16:17:27,311 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@754ba872
2019-09-26 16:17:27,311 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data'
2019-09-26 16:17:27,312 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.02, resolution (DPI), density 96x96, segment length 16'
2019-09-26 16:17:27,407 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-05-13 http://www.imagemagick.org
2019-09-26 16:17:27,408 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@29ca901e
2019-09-26 16:17:27,408 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@29ca901e
2019-09-26 16:17:27,408 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@29ca901e
2019-09-26 16:17:27,408 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@29ca901e
2019-09-26 16:17:27,408 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@29ca901e
2019-09-26 16:17:27,408 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@29ca901e
2019-09-26 16:17:27,408 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@29ca901e
2019-09-26 16:17:27,408 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@29ca901e
2019-09-26 16:17:27,409 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data'
2019-09-26 16:17:27,409 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.02, resolution (DPI), density 96x96, segment length 16'
2019-09-26 16:17:27,413 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-05-13 http://www.imagemagick.org
2019-09-26 16:17:27,413 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@2d928643
2019-09-26 16:17:27,414 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@2d928643
2019-09-26 16:17:27,414 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@2d928643
2019-09-26 16:17:27,414 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@2d928643
2019-09-26 16:17:27,414 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@2d928643
2019-09-26 16:17:27,414 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@2d928643
2019-09-26 16:17:27,414 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@2d928643
2019-09-26 16:17:27,414 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@2d928643
2019-09-26 16:17:27,414 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data'
2019-09-26 16:17:27,414 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.02, resolution (DPI), density 96x96, segment length 16'
2019-09-26 16:17:27,477 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@64bfbc86
2019-09-26 16:17:27,477 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@64bfbc86
2019-09-26 16:17:27,478 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@64bfbc86
2019-09-26 16:17:27,478 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@64bfbc86
2019-09-26 16:17:27,478 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@64bfbc86
2019-09-26 16:17:27,478 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@64bfbc86
2019-09-26 16:17:27,478 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@64bfbc86
2019-09-26 16:17:27,478 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@64bfbc86
2019-09-26 16:17:27,478 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data'
2019-09-26 16:17:27,479 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, resolution (DPI), density 96x96, segment length 16'
2019-09-26 16:17:27,485 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-05-13 http://www.imagemagick.org
2019-09-26 16:17:27,485 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@148080bb
2019-09-26 16:17:27,486 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@148080bb
2019-09-26 16:17:27,486 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@148080bb
2019-09-26 16:17:27,486 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@148080bb
2019-09-26 16:17:27,486 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@148080bb
2019-09-26 16:17:27,486 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@148080bb
2019-09-26 16:17:27,486 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@148080bb
2019-09-26 16:17:27,486 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@148080bb
2019-09-26 16:17:27,487 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data'
2019-09-26 16:17:27,487 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.02, resolution (DPI), density 96x96, segment length 16'
2019-09-26 16:17:27,555 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@617faa95
2019-09-26 16:17:27,556 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@617faa95
2019-09-26 16:17:27,556 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@617faa95
2019-09-26 16:17:27,556 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@617faa95
2019-09-26 16:17:27,556 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@617faa95
2019-09-26 16:17:27,556 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@617faa95
2019-09-26 16:17:27,556 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@617faa95
2019-09-26 16:17:27,556 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@617faa95
2019-09-26 16:17:27,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'
2019-09-26 16:17:27,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, resolution (DPI), density 96x96, segment length 16'
2019-09-26 16:17:27,562 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-05-13 http://www.imagemagick.org
2019-09-26 16:17:27,562 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@2038ae61
2019-09-26 16:17:27,563 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@2038ae61
2019-09-26 16:17:27,563 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@2038ae61
2019-09-26 16:17:27,563 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@2038ae61
2019-09-26 16:17:27,563 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@2038ae61
2019-09-26 16:17:27,563 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@2038ae61
2019-09-26 16:17:27,563 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@2038ae61
2019-09-26 16:17:27,563 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@2038ae61
2019-09-26 16:17:27,563 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data'
2019-09-26 16:17:27,563 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.02, resolution (DPI), density 96x96, segment length 16'
2019-09-26 16:17:27,645 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-05-13 http://www.imagemagick.org
2019-09-26 16:17:27,645 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@71318ec4
2019-09-26 16:17:27,645 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@71318ec4
2019-09-26 16:17:27,645 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@71318ec4
2019-09-26 16:17:27,645 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@71318ec4
2019-09-26 16:17:27,646 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@71318ec4
2019-09-26 16:17:27,646 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@71318ec4
2019-09-26 16:17:27,646 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@71318ec4
2019-09-26 16:17:27,646 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@71318ec4
2019-09-26 16:17:27,646 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data'
2019-09-26 16:17:27,646 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.02, resolution (DPI), density 96x96, segment length 16'
2019-09-26 16:17:27,717 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-05-13 http://www.imagemagick.org
2019-09-26 16:17:27,718 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@66480dd7
2019-09-26 16:17:27,718 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@66480dd7
2019-09-26 16:17:27,718 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@66480dd7
2019-09-26 16:17:27,718 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@66480dd7
2019-09-26 16:17:27,718 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@66480dd7
2019-09-26 16:17:27,718 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@66480dd7
2019-09-26 16:17:27,718 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@66480dd7
2019-09-26 16:17:27,718 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@66480dd7
2019-09-26 16:17:27,719 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data'
2019-09-26 16:17:27,719 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.02, resolution (DPI), density 96x96, segment length 16'
2019-09-26 16:17:27,819 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@4fe3c938
2019-09-26 16:17:27,819 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@4fe3c938
2019-09-26 16:17:27,819 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@4fe3c938
2019-09-26 16:17:27,819 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@4fe3c938
2019-09-26 16:17:27,819 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@4fe3c938
2019-09-26 16:17:27,820 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@4fe3c938
2019-09-26 16:17:27,820 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@4fe3c938
2019-09-26 16:17:27,820 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@4fe3c938
2019-09-26 16:17:27,820 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data'
2019-09-26 16:17:27,820 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: 0.979 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 s - in org.appng.tools.file.PropertyConstantCreatorTest
[INFO] Running org.appng.tools.file.MagicByteCheckTest
2019-09-26 16:17:27,885 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@67784306
2019-09-26 16:17:27,885 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@67784306
2019-09-26 16:17:27,885 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@67784306
2019-09-26 16:17:27,885 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@67784306
2019-09-26 16:17:27,885 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@67784306
2019-09-26 16:17:27,885 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@67784306
2019-09-26 16:17:27,885 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test 'PNG
',format 'PNG image'
2019-09-26 16:17:27,885 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match png, type PNG, mime 'image/png', msg 'PNG image, 200 x 200, 8-bit colormap, non-interlaced'
2019-09-26 16:17:27,904 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000
2019-09-26 16:17:27,905 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@3b0143d3
2019-09-26 16:17:27,905 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@3b0143d3
2019-09-26 16:17:27,905 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@3b0143d3
2019-09-26 16:17:27,906 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@3b0143d3
2019-09-26 16:17:27,906 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@3b0143d3
2019-09-26 16:17:27,906 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@3b0143d3
2019-09-26 16:17:27,906 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@3b0143d3
2019-09-26 16:17:27,906 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@3b0143d3
2019-09-26 16:17:27,906 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data'
2019-09-26 16:17:27,906 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16'
2019-09-26 16:17:27,906 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.002
2019-09-26 16:17:27,907 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning no match
2019-09-26 16:17:27,923 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'unknown',test 'BM': com.j256.simplemagic.entries.MagicEntry$ContentData@5a8e6209
2019-09-26 16:17:27,923 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@5a8e6209
2019-09-26 16:17:27,923 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', %d x': com.j256.simplemagic.entries.MagicEntry$ContentData@5a8e6209
2019-09-26 16:17:27,923 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d x': com.j256.simplemagic.entries.MagicEntry$ContentData@5a8e6209
2019-09-26 16:17:27,923 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@5a8e6209
2019-09-26 16:17:27,923 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'unknown',test 'BM'
2019-09-26 16:17:27,923 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match bmp, type BMP, mime 'image/x-ms-bmp', msg 'PC bitmap, Windows 3.x format, 452 x 302 x 24'
2019-09-26 16:17:27,923 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.016
2019-09-26 16:17:27,923 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@4b4523f8
2019-09-26 16:17:27,923 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@4b4523f8
2019-09-26 16:17:27,924 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@4b4523f8
2019-09-26 16:17:27,924 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@4b4523f8
2019-09-26 16:17:27,924 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@4b4523f8
2019-09-26 16:17:27,924 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@4b4523f8
2019-09-26 16:17:27,924 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test 'PNG
',format 'PNG image'
2019-09-26 16:17:27,924 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match png, type PNG, mime 'image/png', msg 'PNG image, 119 x 41, 8-bit/color RGBA, non-interlaced'
2019-09-26 16:17:27,924 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000
2019-09-26 16:17:27,924 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@731a74c
2019-09-26 16:17:27,924 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@731a74c
2019-09-26 16:17:27,924 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@731a74c
2019-09-26 16:17:27,924 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@731a74c
2019-09-26 16:17:27,925 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@731a74c
2019-09-26 16:17:27,925 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@731a74c
2019-09-26 16:17:27,925 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@731a74c
2019-09-26 16:17:27,925 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@731a74c
2019-09-26 16:17:27,925 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data'
2019-09-26 16:17:27,925 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16'
2019-09-26 16:17:27,925 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000
2019-09-26 16:17:27,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@369f73a2
2019-09-26 16:17:27,926 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@369f73a2
2019-09-26 16:17:27,926 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@369f73a2
2019-09-26 16:17:27,926 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@369f73a2
2019-09-26 16:17:27,926 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@369f73a2
2019-09-26 16:17:27,926 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@369f73a2
2019-09-26 16:17:27,926 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@369f73a2
2019-09-26 16:17:27,926 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@369f73a2
2019-09-26 16:17:27,927 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data'
2019-09-26 16:17:27,927 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16'
2019-09-26 16:17:27,930 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file pdf
2019-09-26 16:17:27,930 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.004
2019-09-26 16:17:27,930 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@6325a3ee
2019-09-26 16:17:27,930 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@6325a3ee
2019-09-26 16:17:27,931 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@6325a3ee
2019-09-26 16:17:27,931 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@6325a3ee
2019-09-26 16:17:27,931 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@6325a3ee
2019-09-26 16:17:27,931 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@6325a3ee
2019-09-26 16:17:27,931 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@6325a3ee
2019-09-26 16:17:27,931 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@6325a3ee
2019-09-26 16:17:27,931 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data'
2019-09-26 16:17:27,931 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16'
2019-09-26 16:17:27,931 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file gif
2019-09-26 16:17:27,931 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001
2019-09-26 16:17:27,931 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@1d16f93d
2019-09-26 16:17:27,931 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@1d16f93d
2019-09-26 16:17:27,932 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@1d16f93d
2019-09-26 16:17:27,932 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@1d16f93d
2019-09-26 16:17:27,932 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@1d16f93d
2019-09-26 16:17:27,932 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@1d16f93d
2019-09-26 16:17:27,932 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@1d16f93d
2019-09-26 16:17:27,932 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@1d16f93d
2019-09-26 16:17:27,932 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data'
2019-09-26 16:17:27,932 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16'
2019-09-26 16:17:27,932 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file png
2019-09-26 16:17:27,932 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000
2019-09-26 16:17:27,932 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@67b92f0a
2019-09-26 16:17:27,932 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@67b92f0a
2019-09-26 16:17:27,933 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@67b92f0a
2019-09-26 16:17:27,933 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@67b92f0a
2019-09-26 16:17:27,933 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@67b92f0a
2019-09-26 16:17:27,933 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@67b92f0a
2019-09-26 16:17:27,933 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test 'PNG
',format 'PNG image'
2019-09-26 16:17:27,933 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match png, type PNG, mime 'image/png', msg 'PNG image, 1600 x 843, 8-bit/color RGBA, non-interlaced'
2019-09-26 16:17:27,933 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (png) is not identical with file extension for file jpg
2019-09-26 16:17:27,933 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000
2019-09-26 16:17:27,933 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@2b9627bc
2019-09-26 16:17:27,933 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@2b9627bc
2019-09-26 16:17:27,933 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@2b9627bc
2019-09-26 16:17:27,933 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@2b9627bc
2019-09-26 16:17:27,933 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@2b9627bc
2019-09-26 16:17:27,934 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@2b9627bc
2019-09-26 16:17:27,934 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@2b9627bc
2019-09-26 16:17:27,934 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@2b9627bc
2019-09-26 16:17:27,934 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data'
2019-09-26 16:17:27,934 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16'
2019-09-26 16:17:27,934 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file bmp
2019-09-26 16:17:27,934 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000
2019-09-26 16:17:27,934 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
2019-09-26 16:17:27,934 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@65e2dbf3
2019-09-26 16:17:27,934 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@65e2dbf3
2019-09-26 16:17:27,934 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@65e2dbf3
2019-09-26 16:17:27,934 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
2019-09-26 16:17:27,935 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
2019-09-26 16:17:27,935 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test 'PNG
',format 'PNG image'
2019-09-26 16:17:27,935 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match png, type PNG, mime 'image/png', msg 'PNG image, 1600 x 843, 8-bit/color RGBA, non-interlaced'
2019-09-26 16:17:27,935 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (png) is not identical with file extension for file bmp
2019-09-26 16:17:27,935 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.071 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.182 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: 5.021 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.029 s - in org.appng.tools.os.OperatingSystemTest
[INFO] Running org.appng.tools.os.CommandTest
2019-09-26 16:17:33,177 DEBUG [main] org.appng.tools.os.Command : executing: 'ls'
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.006 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.03 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.003 s - in org.appng.tools.markup.XHTMLTest
[INFO]
[INFO] Results:
[INFO]
[WARNING] Tests run: 33, Failures: 0, Errors: 0, Skipped: 2
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-tools ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-tools/target/appng-tools-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-tools ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-tools/target/appng-tools-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-tools ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-tools/target/appng-tools-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-tools-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-tools/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-tools-1.19.1-feature_APPNG_2267-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-tools/target/appng-tools-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-tools-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-tools ---
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-tools-1.19.1-feature_APPNG_2267-20190926.141733-1.jar
Progress (1): 2.0/50 kB
Progress (1): 4.1/50 kB
Progress (1): 6.1/50 kB
Progress (1): 8.2/50 kB
Progress (1): 10/50 kB
Progress (1): 12/50 kB
Progress (1): 14/50 kB
Progress (1): 16/50 kB
Progress (1): 18/50 kB
Progress (1): 20/50 kB
Progress (1): 23/50 kB
Progress (1): 25/50 kB
Progress (1): 27/50 kB
Progress (1): 29/50 kB
Progress (1): 31/50 kB
Progress (1): 33/50 kB
Progress (1): 35/50 kB
Progress (1): 37/50 kB
Progress (1): 39/50 kB
Progress (1): 41/50 kB
Progress (1): 43/50 kB
Progress (1): 45/50 kB
Progress (1): 47/50 kB
Progress (1): 49/50 kB
Progress (1): 50 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-tools-1.19.1-feature_APPNG_2267-20190926.141733-1.jar (50 kB at 232 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-tools-1.19.1-feature_APPNG_2267-20190926.141733-1.pom
Progress (1): 2.0 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-tools-1.19.1-feature_APPNG_2267-20190926.141733-1.pom (2.0 kB at 33 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/maven-metadata.xml
Progress (1): 2.6 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/maven-metadata.xml (2.6 kB at 214 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 830 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (830 B at 21 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/maven-metadata.xml
Progress (1): 2.0/2.6 kB
Progress (1): 2.6 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/maven-metadata.xml (2.6 kB at 22 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-tools-1.19.1-feature_APPNG_2267-20190926.141733-1-sources.jar
Progress (1): 2.0/41 kB
Progress (1): 4.1/41 kB
Progress (1): 6.1/41 kB
Progress (1): 8.2/41 kB
Progress (1): 10/41 kB
Progress (1): 12/41 kB
Progress (1): 14/41 kB
Progress (1): 16/41 kB
Progress (1): 18/41 kB
Progress (1): 20/41 kB
Progress (1): 23/41 kB
Progress (1): 25/41 kB
Progress (1): 27/41 kB
Progress (1): 29/41 kB
Progress (1): 31/41 kB
Progress (1): 33/41 kB
Progress (1): 35/41 kB
Progress (1): 37/41 kB
Progress (1): 39/41 kB
Progress (1): 41/41 kB
Progress (1): 41 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-tools-1.19.1-feature_APPNG_2267-20190926.141733-1-sources.jar (41 kB at 569 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 17 kB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building appNG Mail 1.19.1-feature_APPNG_2267-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-mail ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-mail ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-mail/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-mail ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-mail/target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-mail ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-mail ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-mail/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-mail ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.appng.mail.MailTest
DEBUG: setDebug: JavaMail version 1.4.5
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s - in org.appng.mail.MailTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-mail ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-mail/target/appng-mail-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-mail ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-mail/target/appng-mail-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-mail ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-mail/target/appng-mail-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-mail-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-mail/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-mail-1.19.1-feature_APPNG_2267-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-mail/target/appng-mail-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-mail-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-mail ---
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-mail-1.19.1-feature_APPNG_2267-20190926.141735-1.jar
Progress (1): 2.0/15 kB
Progress (1): 4.1/15 kB
Progress (1): 6.1/15 kB
Progress (1): 8.2/15 kB
Progress (1): 10/15 kB
Progress (1): 12/15 kB
Progress (1): 14/15 kB
Progress (1): 15 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-mail-1.19.1-feature_APPNG_2267-20190926.141735-1.jar (15 kB at 205 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-mail-1.19.1-feature_APPNG_2267-20190926.141735-1.pom
Progress (1): 1.2 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-mail-1.19.1-feature_APPNG_2267-20190926.141735-1.pom (1.2 kB at 6.6 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/maven-metadata.xml
Progress (1): 2.6 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/maven-metadata.xml (2.6 kB at 184 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 829 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (829 B at 18 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/maven-metadata.xml
Progress (1): 2.0/2.6 kB
Progress (1): 2.6 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/maven-metadata.xml (2.6 kB at 9.5 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-mail-1.19.1-feature_APPNG_2267-20190926.141735-1-sources.jar
Progress (1): 2.0/12 kB
Progress (1): 4.1/12 kB
Progress (1): 6.1/12 kB
Progress (1): 8.2/12 kB
Progress (1): 10/12 kB
Progress (1): 12 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-mail-1.19.1-feature_APPNG_2267-20190926.141735-1-sources.jar (12 kB at 32 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 2.5 kB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building appNG Forms 1.19.1-feature_APPNG_2267-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-forms ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-forms ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-forms/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-forms ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-forms/target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-forms ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-forms ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-forms/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-forms ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.appng.forms.RequestTest
2019-09-26 16:17:40,996 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter foo:bar
2019-09-26 16:17:40,997 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter john:doe
2019-09-26 16:17:40,999 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter foo:bar
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s - in org.appng.forms.RequestTest
[INFO] Running org.appng.forms.FormRequestTest
2019-09-26 16:17:41,159 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp
2019-09-26 16:17:41,160 DEBUG [main] org.appng.forms.impl.RequestBean: content type: null
2019-09-26 16:17:41,160 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null
2019-09-26 16:17:41,160 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null
2019-09-26 16:17:41,160 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null
2019-09-26 16:17:41,160 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null
2019-09-26 16:17:41,161 DEBUG [main] org.appng.forms.impl.RequestBean: request method: GET
2019-09-26 16:17:41,164 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo is multi-valued
2019-09-26 16:17:41,164 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo = [bar, 42]
2019-09-26 16:17:41,164 TRACE [main] org.appng.forms.impl.RequestBean: parameter 'foo' is multi-valued, discarding value(s) [42]
2019-09-26 16:17:41,191 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp
2019-09-26 16:17:41,192 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar
2019-09-26 16:17:41,192 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null
2019-09-26 16:17:41,194 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null
2019-09-26 16:17:41,194 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null
2019-09-26 16:17:41,194 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null
2019-09-26 16:17:41,195 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST
2019-09-26 16:17:41,230 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar
2019-09-26 16:17:41,232 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_22.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg)
2019-09-26 16:17:41,259 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp
2019-09-26 16:17:41,260 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar
2019-09-26 16:17:41,260 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null
2019-09-26 16:17:41,260 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null
2019-09-26 16:17:41,260 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null
2019-09-26 16:17:41,260 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null
2019-09-26 16:17:41,260 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST
2019-09-26 16:17:41,263 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar
2019-09-26 16:17:41,264 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_23.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg)
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26 s - in org.appng.forms.FormRequestTest
[INFO] Running org.appng.forms.XSSUtilTest
System property [org.owasp.esapi.opsteam] is not set
System property [org.owasp.esapi.devteam] is not set
Attempting to load ESAPI.properties via file I/O.
Attempting to load ESAPI.properties as resource file via file I/O.
Not found in 'org.owasp.esapi.resources' directory or file not readable: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-forms/ESAPI.properties
Not found in SystemResource Directory/resourceDirectory: .esapi/ESAPI.properties
Not found in 'user.home' (/var/lib/jenkins) directory: /var/lib/jenkins/esapi/ESAPI.properties
Loading ESAPI.properties via file I/O failed. Exception was: java.io.FileNotFoundException
Attempting to load ESAPI.properties via the classpath.
SUCCESSFULLY LOADED ESAPI.properties via the CLASSPATH from '/ (root)' using current thread context class loader!
SecurityConfiguration for Validator.ConfigurationFile.MultiValued not found in ESAPI.properties. Using default: false
SecurityConfiguration for Validator.ConfigurationFile not found in ESAPI.properties. Using default: validation.properties
Attempting to load validation.properties via file I/O.
Attempting to load validation.properties as resource file via file I/O.
Not found in 'org.owasp.esapi.resources' directory or file not readable: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-forms/validation.properties
Not found in SystemResource Directory/resourceDirectory: .esapi/validation.properties
Not found in 'user.home' (/var/lib/jenkins) directory: /var/lib/jenkins/esapi/validation.properties
Loading validation.properties via file I/O failed.
Attempting to load validation.properties via the classpath.
validation.properties could not be loaded by any means. fail. Exception was: java.lang.IllegalArgumentException: Failed to load ESAPI.properties as a classloader resource.
SecurityConfiguration for ESAPI.printProperties not found in ESAPI.properties. Using default: false
SecurityConfiguration for Encryptor.CipherTransformation not found in ESAPI.properties. Using default: AES/CBC/PKCS5Padding
SecurityConfiguration for ESAPI.Logger not found in ESAPI.properties. Using default: org.owasp.esapi.reference.JavaLogFactory
SecurityConfiguration for Logger.LogApplicationName not found in ESAPI.properties. Using default: true
SecurityConfiguration for Logger.LogServerIP not found in ESAPI.properties. Using default: true
SecurityConfiguration for Logger.ApplicationName not found in ESAPI.properties. Using default: DefaultName
SecurityConfiguration for Encoder.AllowMultipleEncoding not found in ESAPI.properties. Using default: false
SecurityConfiguration for Encoder.AllowMixedEncoding not found in ESAPI.properties. Using default: false
SecurityConfiguration for Encoder.AllowMultipleEncoding not found in ESAPI.properties. Using default: false
SecurityConfiguration for Encoder.AllowMixedEncoding not found in ESAPI.properties. Using default: false
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 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.001 s - in org.appng.forms.FormUploadTest
[INFO] Running org.appng.el.ExpressionEvaluatorTest
2019-09-26 16:17:41,686 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5'
2019-09-26 16:17:41,686 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6'
2019-09-26 16:17:41,687 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5'
2019-09-26 16:17:41,687 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6'
2019-09-26 16:17:41,704 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq 5 ? 'is five' : 'is not five'} = is five [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,705 DEBUG [main] org.appng.el.ExpressionEvaluator: ${b eq 5 ? 'is five' : 'is not five'} = is not five [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,706 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq null ? 'is null': 'is not null'} = is not null [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,706 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null ? 'is null': 'is not null'} = is null [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,706 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5'
2019-09-26 16:17:41,706 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6'
2019-09-26 16:17:41,707 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo'] eq 'bar'} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})]
2019-09-26 16:17:41,708 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo']} = bar [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})]
2019-09-26 16:17:41,708 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5'
2019-09-26 16:17:41,708 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6'
2019-09-26 16:17:41,708 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':asList' with method 'public static java.util.List org.appng.el.ExpressionEvaluatorTest.asList(java.lang.Object[])'.
2019-09-26 16:17:41,710 DEBUG [main] org.appng.el.ExpressionEvaluator: ${asList(args)} = [1, 4, 56.0] [(args = [Ljava.lang.Object;@5cee5251), (a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,710 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5'
2019-09-26 16:17:41,710 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6'
2019-09-26 16:17:41,711 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] == 1} = true [(a = 5), (b = 6), (numbers = [I@433d61fb), (SESSION = {foo=5})]
2019-09-26 16:17:41,711 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] + numbers[3]} = 5 [(a = 5), (b = 6), (numbers = [I@433d61fb), (SESSION = {foo=5})]
2019-09-26 16:17:41,714 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5'
2019-09-26 16:17:41,714 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6'
2019-09-26 16:17:41,719 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.type eq 'ON'} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)]
2019-09-26 16:17:41,719 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.type eq type} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)]
2019-09-26 16:17:41,719 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.type eq 'OFF'} = false [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)]
2019-09-26 16:17:41,720 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.dummies[0].type eq dummy.type} = false [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)]
2019-09-26 16:17:41,720 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.foo eq 42} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)]
2019-09-26 16:17:41,721 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.bar eq 'bar'} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)]
2019-09-26 16:17:41,721 DEBUG [main] org.appng.el.ExpressionEvaluator: ${empty dummy.dummies[0].dummies} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)]
2019-09-26 16:17:41,722 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.dummies[0].foo eq 23} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)]
2019-09-26 16:17:41,722 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':size' with method 'public static int org.appng.el.ExpressionEvaluatorTest.size(java.util.Collection)'.
2019-09-26 16:17:41,722 DEBUG [main] org.appng.el.ExpressionEvaluator: ${size(dummy.dummies) eq 1} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)]
2019-09-26 16:17:41,723 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5'
2019-09-26 16:17:41,723 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6'
2019-09-26 16:17:41,723 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5'
2019-09-26 16:17:41,723 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6'
2019-09-26 16:17:41,723 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'site-id' of type 'java.lang.String' to value ''
2019-09-26 16:17:41,724 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id eq ''} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )]
true
2019-09-26 16:17:41,724 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id} = 0 [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )]
0
2019-09-26 16:17:41,725 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5'
2019-09-26 16:17:41,725 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6'
2019-09-26 16:17:41,725 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})]
true
2019-09-26 16:17:41,725 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5'
2019-09-26 16:17:41,726 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6'
2019-09-26 16:17:41,726 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,726 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq c} = false [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,726 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq null} = false [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,727 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5'
2019-09-26 16:17:41,727 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6'
2019-09-26 16:17:41,727 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.String' to value '1'
2019-09-26 16:17:41,727 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A' of type 'java.lang.String' to value '3'
2019-09-26 16:17:41,727 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'ab' of type 'java.lang.String' to value '5'
2019-09-26 16:17:41,727 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB' of type 'java.lang.String' to value '6'
2019-09-26 16:17:41,727 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6'
2019-09-26 16:17:41,727 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_b' of type 'java.lang.String' to value '7'
2019-09-26 16:17:41,727 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_' of type 'java.lang.String' to value '2'
2019-09-26 16:17:41,731 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A_' of type 'java.lang.String' to value '4'
2019-09-26 16:17:41,732 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB_' of type 'java.lang.String' to value '8'
2019-09-26 16:17:41,732 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a} = 1 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)]
2019-09-26 16:17:41,732 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a_} = 2 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)]
2019-09-26 16:17:41,733 DEBUG [main] org.appng.el.ExpressionEvaluator: ${A} = 3 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)]
2019-09-26 16:17:41,733 DEBUG [main] org.appng.el.ExpressionEvaluator: ${A_} = 4 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)]
2019-09-26 16:17:41,733 DEBUG [main] org.appng.el.ExpressionEvaluator: ${ab} = 5 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)]
2019-09-26 16:17:41,734 DEBUG [main] org.appng.el.ExpressionEvaluator: ${aB} = 6 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)]
2019-09-26 16:17:41,734 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a_b} = 7 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)]
2019-09-26 16:17:41,734 DEBUG [main] org.appng.el.ExpressionEvaluator: ${aB_} = 8 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)]
2019-09-26 16:17:41,735 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5'
2019-09-26 16:17:41,735 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6'
2019-09-26 16:17:41,735 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a == b} = false [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,736 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a < b} = true [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,737 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a <= b} = true [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,737 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a > b} = false [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,738 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a >= b} = false [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,738 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq b} = false [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,739 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a ne b} = true [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,739 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a lt b} = true [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,739 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a gt b} = false [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,740 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5'
2019-09-26 16:17:41,740 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6'
2019-09-26 16:17:41,740 DEBUG [main] org.appng.el.ExpressionEvaluator: ${uizuihm eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,741 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5'
2019-09-26 16:17:41,741 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6'
2019-09-26 16:17:41,741 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,742 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,742 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,743 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5'
2019-09-26 16:17:41,743 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6'
2019-09-26 16:17:41,744 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5'
2019-09-26 16:17:41,744 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6'
2019-09-26 16:17:41,744 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':max' with method 'public static int java.lang.Math.max(int,int)'.
2019-09-26 16:17:41,744 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':min' with method 'public static int java.lang.Math.min(int,int)'.
2019-09-26 16:17:41,745 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':sqrt' with method 'public static double java.lang.Math.sqrt(double)'.
2019-09-26 16:17:41,745 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function 'ait:sqrt' with method 'public static double java.lang.Math.sqrt(double)'.
2019-09-26 16:17:41,745 DEBUG [main] org.appng.el.ExpressionEvaluator: ${min(a,b)} = 5 [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,746 DEBUG [main] org.appng.el.ExpressionEvaluator: ${max(a,b)} = 6 [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,746 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a-b} = -1 [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,746 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a+b} = 11 [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,747 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a*b} = 30 [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,748 DEBUG [main] org.appng.el.ExpressionEvaluator: ${(a*a) - (b/b)} = 24 [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,748 DEBUG [main] org.appng.el.ExpressionEvaluator: ${sqrt(25)} = 5.0 [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,748 DEBUG [main] org.appng.el.ExpressionEvaluator: ${ait:sqrt(36)} = 6.0 [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,749 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5'
2019-09-26 16:17:41,749 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6'
2019-09-26 16:17:41,749 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,750 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['foo'] eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,750 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo ne null} = true [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,750 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['bar'] eq 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,751 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.bar eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,752 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5'
2019-09-26 16:17:41,752 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6'
2019-09-26 16:17:41,754 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a.toString() == 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,754 DEBUG [main] org.appng.el.ExpressionEvaluator: ${b.toString() == 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,755 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5'
2019-09-26 16:17:41,755 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6'
2019-09-26 16:17:41,755 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,755 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})]
2019-09-26 16:17:41,756 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.358 s - in org.appng.el.ExpressionEvaluatorTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-forms ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-forms/target/appng-forms-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-forms ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-forms/target/appng-forms-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-forms ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-forms/target/appng-forms-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-forms-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-forms/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-forms-1.19.1-feature_APPNG_2267-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-forms/target/appng-forms-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-forms-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-forms ---
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-forms-1.19.1-feature_APPNG_2267-20190926.141742-1.jar
Progress (1): 2.0/19 kB
Progress (1): 4.1/19 kB
Progress (1): 6.1/19 kB
Progress (1): 8.2/19 kB
Progress (1): 10/19 kB
Progress (1): 12/19 kB
Progress (1): 14/19 kB
Progress (1): 16/19 kB
Progress (1): 18/19 kB
Progress (1): 19 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-forms-1.19.1-feature_APPNG_2267-20190926.141742-1.jar (19 kB at 41 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-forms-1.19.1-feature_APPNG_2267-20190926.141742-1.pom
Progress (1): 1.6 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-forms-1.19.1-feature_APPNG_2267-20190926.141742-1.pom (1.6 kB at 4.8 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/maven-metadata.xml
Progress (1): 2.6 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/maven-metadata.xml (2.6 kB at 184 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 830 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (830 B at 5.2 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/maven-metadata.xml
Progress (1): 2.0/2.6 kB
Progress (1): 2.6 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/maven-metadata.xml (2.6 kB at 17 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-forms-1.19.1-feature_APPNG_2267-20190926.141742-1-sources.jar
Progress (1): 2.0/19 kB
Progress (1): 4.1/19 kB
Progress (1): 6.1/19 kB
Progress (1): 8.2/19 kB
Progress (1): 10/19 kB
Progress (1): 12/19 kB
Progress (1): 14/19 kB
Progress (1): 16/19 kB
Progress (1): 18/19 kB
Progress (1): 19 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-forms-1.19.1-feature_APPNG_2267-20190926.141742-1-sources.jar (19 kB at 466 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 2.0 kB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building appng Formtags 1.19.1-feature_APPNG_2267-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-formtags ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-formtags ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-formtags ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-formtags ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-formtags ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-formtags ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.appng.formtags.FormElementTest
2019-09-26 16:17:45,487 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,487 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,488 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,488 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,488 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,488 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,488 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,488 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,488 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,488 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,488 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,489 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,489 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,489 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,489 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,489 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,489 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,489 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,509 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})]
2019-09-26 16:17:45,595 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,595 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,595 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,596 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,596 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,596 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,596 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,596 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,596 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,597 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,597 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,597 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,597 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,597 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,598 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,598 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,598 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,598 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,599 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = false [(foobar = 123456), (SESSION = {})]
2019-09-26 16:17:45,601 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,601 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,601 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,602 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,602 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,602 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,602 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,602 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,602 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,603 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,603 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,603 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,603 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,603 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,603 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,604 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,604 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,604 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,605 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email(email)} = false [(SESSION = {}), (email = foobar)]
2019-09-26 16:17:45,609 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,609 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,609 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,609 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,609 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,610 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,610 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,610 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,610 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,610 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,610 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,610 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,610 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,611 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,611 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,611 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,611 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,611 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,611 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = >), (SESSION = {})]
2019-09-26 16:17:45,613 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,613 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,613 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,614 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,614 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,614 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,614 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,614 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,614 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,614 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,614 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,614 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,615 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,615 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,615 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,615 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,615 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,615 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,615 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})]
2019-09-26 16:17:45,618 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,619 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,619 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,619 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,619 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,619 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,619 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,619 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,619 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,619 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,620 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,620 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,620 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,620 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,620 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,620 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,620 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,620 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,620 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})]
2019-09-26 16:17:45,622 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,622 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,622 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,622 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,623 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,623 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,623 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,623 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,623 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,623 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,623 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,623 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,623 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,624 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,624 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,624 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,624 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,624 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,624 [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.553 s - in org.appng.formtags.FormElementTest
[INFO] Running org.appng.formtags.RuleValidationTest
2019-09-26 16:17:45,637 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,637 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,637 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,637 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,638 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,638 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,638 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,638 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,638 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,638 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,638 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,638 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,638 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,638 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,639 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,639 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,639 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,639 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,640 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email('mm@aiticon.de')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,641 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email('_mm@aiticon.de')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,641 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email('mm@aiticon')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,642 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email('@aiticon.de')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,644 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,644 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,644 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,644 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,644 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,644 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,644 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,644 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,644 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,644 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,645 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,645 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,645 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(foo,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,646 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(foo,4)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,646 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multifoo,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,647 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multifoo,5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,647 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multibar,5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,649 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,649 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,649 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,649 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,649 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,649 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,649 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,651 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,651 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,651 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCount(upload, 1, 2)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,652 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCount(upload, 1, 0)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,653 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCount(upload, 3, 2)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,654 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,656 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,656 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,656 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,656 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,656 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,656 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,656 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,656 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,657 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,657 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMax(upload, 3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,658 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMax(upload, 1)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,659 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMax(upload, 0)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,660 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,660 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,660 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,661 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,661 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,661 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,661 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,661 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,661 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,661 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,661 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,662 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,662 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,662 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,662 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,662 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,662 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,662 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,663 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMin(upload, 1)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,664 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMin(upload, 5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,664 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMin(upload, 3)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,666 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,666 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,666 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,666 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,666 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,667 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,667 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,667 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,667 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,667 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,667 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,667 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,667 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,668 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,668 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,668 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,668 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,668 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,669 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,1,1)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,670 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,1,2)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,670 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,2,1)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,671 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,2,2)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,671 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,3,1)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,672 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,3,2)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,673 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,3,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,674 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,3,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,674 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,4,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,675 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,4,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,677 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,677 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,677 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,677 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,677 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,677 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,677 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,678 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,678 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,678 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,678 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,678 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,678 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,678 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,678 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,679 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,679 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,679 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,681 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSize(upload,'500KB','2.5MB')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,683 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSize(upload,'600KB','1.1MB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,683 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSize(upload,'500KB','0.1MB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,686 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,686 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,686 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,686 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,687 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,687 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,687 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,687 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,687 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,687 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,687 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,687 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,687 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,688 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,688 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,688 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,688 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,688 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,689 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileType(upload,'jpg,gif,png')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,689 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileType(upload,'tif,pdf')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,691 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,691 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,691 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,691 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,691 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,691 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,693 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,693 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,694 [main] DEBUG org.appng.el.ExpressionEvaluator - ${captcha(bar, SESSION.foobar)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,695 [main] DEBUG org.appng.el.ExpressionEvaluator - ${captcha(bar, SESSION['foobar'])} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,696 [main] DEBUG org.appng.el.ExpressionEvaluator - ${captcha(5, SESSION.foobar)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,697 [main] DEBUG org.appng.el.ExpressionEvaluator - ${captcha(5, SESSION['foobar'])} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,699 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,699 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,699 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,699 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,699 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,699 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,699 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,699 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,699 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,699 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,701 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(foo,1,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,702 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(foo,4,5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,702 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multifoo,1,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,703 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multifoo,1,3)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,704 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multifoo,5,7)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,704 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multibar,1,3)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,705 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multibar,5,7)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,706 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,708 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,708 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,708 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,708 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,708 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,708 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,709 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals('a','a')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,709 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals('b','b')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,710 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals('a','A')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,710 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals('a',' A')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,713 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,713 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,713 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,713 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,713 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,713 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,713 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,713 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,714 [main] DEBUG org.appng.el.ExpressionEvaluator - ${number(foo)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,714 [main] DEBUG org.appng.el.ExpressionEvaluator - ${number(bar)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,715 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,715 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,715 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,715 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,715 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,715 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,715 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,716 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,716 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,716 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,716 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,716 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,716 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,716 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,716 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,716 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,716 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,716 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,717 [main] DEBUG org.appng.el.ExpressionEvaluator - ${regExp('abc','[a-z]+')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,717 [main] DEBUG org.appng.el.ExpressionEvaluator - ${regExp('abc','[a-z]{4,}')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,718 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,718 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,718 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,718 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,718 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,718 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,719 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,719 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,719 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,719 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,719 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,719 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,719 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,719 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,719 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,719 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,719 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,720 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,720 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foo,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,720 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foo,2)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,721 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multifoo,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,721 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multifoo,3)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,722 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multibar,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,723 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,723 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,723 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,723 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,723 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,723 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,723 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,723 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,724 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,724 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,724 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,724 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,724 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,724 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,724 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,724 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,724 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,724 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,725 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(foo,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,725 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(foo,4)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,725 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multifoo,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,726 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multifoo,5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,726 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multibar,5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,728 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,730 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,730 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,730 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,730 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,730 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,731 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMax(upload,'850KB')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,731 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMax(upload,'200KB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,732 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,732 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,732 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,732 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,732 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,732 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,732 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,734 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMax(upload,'3.5MB')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,734 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMax(upload,'0.1MB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,735 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,736 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,736 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,736 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,736 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,736 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,736 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,736 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,736 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,736 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,736 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,737 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,737 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,737 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,737 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,737 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,737 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,737 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,738 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMin(upload,'500KB')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,738 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMin(upload,'1100KB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,739 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,739 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,739 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,739 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,740 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,740 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,740 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,740 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,740 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,740 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,740 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,740 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,740 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,740 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,740 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,740 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,741 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,741 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,741 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMin(upload,'0.5MB')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,742 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMin(upload,'1.1MB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,743 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,743 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,743 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,743 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,743 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,743 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,743 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,743 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,744 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,744 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,744 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,744 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,744 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,744 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,744 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,744 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,744 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,744 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,745 [main] DEBUG org.appng.el.ExpressionEvaluator - ${string(foo)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,745 [main] DEBUG org.appng.el.ExpressionEvaluator - ${string(bar)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,745 [main] DEBUG org.appng.el.ExpressionEvaluator - ${string(foobar)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})]
2019-09-26 16:17:45,746 [main] DEBUG org.appng.el.ExpressionEvaluator - ${string('foobar')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/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.117 s - in org.appng.formtags.RuleValidationTest
[INFO] Running org.appng.formtags.FormElementRuleTest
2019-09-26 16:17:45,750 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,750 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,750 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,750 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,750 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,751 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,751 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,751 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,751 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,751 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,751 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,751 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,751 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,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)'.
2019-09-26 16:17:45,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)'.
2019-09-26 16:17:45,751 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,751 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,751 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,752 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email(field)} = false [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})]
2019-09-26 16:17:45,754 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,754 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,754 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,754 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,754 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,754 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,754 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,754 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,754 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,754 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,754 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,754 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,754 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,755 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,755 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,755 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,755 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,755 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,755 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size} = false [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})]
2019-09-26 16:17:45,756 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,757 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,757 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,757 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,757 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,757 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,757 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,757 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,757 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,757 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,757 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,757 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,757 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,757 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,757 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,757 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,757 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,758 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,758 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multivalued,2)} = true [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})]
2019-09-26 16:17:45,759 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,759 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,759 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,759 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,759 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,759 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,759 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,759 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,760 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,760 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,760 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,760 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,760 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,760 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,760 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,760 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,760 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,760 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,760 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multivalued,3)} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})]
2019-09-26 16:17:45,774 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,774 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,774 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,774 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,775 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,775 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,775 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,775 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,775 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,775 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,775 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,775 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,775 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,775 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,775 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,775 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,775 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,775 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,775 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMax(upload,'1KB')} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})]
2019-09-26 16:17:45,777 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,777 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,777 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,777 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,777 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,777 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,777 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,777 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,777 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,777 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,777 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,777 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,777 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,777 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,777 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,778 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,778 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,778 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,778 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMin(upload,'2MB')} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})]
2019-09-26 16:17:45,780 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,780 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,780 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,780 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,780 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,780 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,780 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,780 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,780 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,780 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,780 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,780 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,780 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,780 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,780 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,780 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,780 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,780 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,781 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCount(upload,3,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})]
2019-09-26 16:17:45,782 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,782 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,782 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,782 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,782 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,782 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,782 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,782 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,782 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,782 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,782 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,782 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,782 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,782 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,782 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,782 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,782 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,782 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,783 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMax(upload,1)} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})]
2019-09-26 16:17:45,784 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,784 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,784 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,784 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,784 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,784 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,784 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,784 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,784 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,784 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,785 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,785 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,785 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,785 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,785 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,785 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,785 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,785 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,785 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMin(upload,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})]
2019-09-26 16:17:45,787 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,787 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,787 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,787 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,787 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,787 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,788 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,788 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,788 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,788 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,788 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,788 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,788 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,788 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,788 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,788 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,788 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,788 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,788 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(field,2,2)} = false [(field = 12.345), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})]
2019-09-26 16:17:45,790 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,790 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,790 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,790 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,790 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,790 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,790 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,790 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,790 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,790 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,790 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,790 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,790 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,790 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,790 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,790 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,791 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,791 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,791 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSize(upload,3,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})]
2019-09-26 16:17:45,792 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,792 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,792 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,792 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,792 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,792 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,793 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,793 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,793 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,793 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,793 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,793 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,793 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,793 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,793 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,793 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,793 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,793 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,793 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileType(upload,'gif')} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})]
2019-09-26 16:17:45,795 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,795 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,795 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,795 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,795 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,795 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,795 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,795 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,795 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,795 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,795 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,795 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,795 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,795 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,795 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,795 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,795 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,795 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,796 [main] DEBUG org.appng.el.ExpressionEvaluator - ${captcha(field,'field')} = false [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})]
2019-09-26 16:17:45,797 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,798 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,798 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,798 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,798 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,798 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,798 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,798 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,798 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,798 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,798 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,798 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,798 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,798 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,798 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,798 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,798 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,798 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,799 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(field,3,5)} = false [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})]
2019-09-26 16:17:45,800 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,800 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,800 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,800 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,800 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,800 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,800 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,801 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,801 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,801 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,801 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,801 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,801 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,801 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,801 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,801 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,801 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,801 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,801 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(field,3,5)} = false [(field = abcdef), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})]
2019-09-26 16:17:45,803 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,803 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,803 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,803 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,803 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,803 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,803 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,803 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,803 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,803 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,803 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,803 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,803 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,803 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,803 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,803 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,804 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,804 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,804 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(field,1,2)} = true [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})]
2019-09-26 16:17:45,805 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,805 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,805 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,805 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,805 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,805 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,805 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,805 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,805 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,805 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,805 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,806 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,806 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,806 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,806 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,806 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,806 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,806 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,806 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multivalued,1,2)} = true [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})]
2019-09-26 16:17:45,807 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,808 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,808 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,808 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,808 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,808 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,808 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,808 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,808 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,808 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,808 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,808 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,808 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,808 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,808 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,808 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,809 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,809 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,809 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multivalued,3,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})]
2019-09-26 16:17:45,810 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,811 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,811 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,811 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,811 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,811 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,811 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,811 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,811 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,811 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,811 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,811 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,811 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,811 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,811 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,811 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,811 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,811 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,811 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multivalued,0,1)} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})]
2019-09-26 16:17:45,813 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,813 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,813 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,813 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,813 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,813 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,813 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,813 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,813 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,813 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,813 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,813 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,813 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,814 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,814 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,814 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,814 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,814 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,814 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals(field,'abc')} = true [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})]
2019-09-26 16:17:45,816 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,816 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,816 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,816 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,816 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,816 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,816 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,816 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,816 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,816 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,816 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,816 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,816 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,816 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,816 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,816 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,816 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,816 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,817 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals(field,field)} = true [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})]
2019-09-26 16:17:45,817 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,818 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,818 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,818 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,818 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,818 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,818 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,818 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,818 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,818 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,818 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,818 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,818 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,818 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,818 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,818 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,818 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,818 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,818 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals(field,'abc')} = false [(field = abcd), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})]
2019-09-26 16:17:45,820 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,820 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,820 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,820 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,820 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,820 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,820 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,820 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,820 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,820 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,820 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,820 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,820 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,820 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,820 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,820 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,820 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,820 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,820 [main] DEBUG org.appng.el.ExpressionEvaluator - ${number(field)} = false [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})]
2019-09-26 16:17:45,822 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,822 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,822 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,822 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,822 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,822 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,822 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,822 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,822 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,823 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,823 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,823 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,823 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,823 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,823 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,823 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,823 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,823 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,823 [main] DEBUG org.appng.el.ExpressionEvaluator - ${regExp(field,'[0-9]{5}')} = false [(field = 1234), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})]
2019-09-26 16:17:45,825 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,825 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,825 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,825 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,825 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,825 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,825 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,825 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,825 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,825 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,825 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,825 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,825 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,825 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,825 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,825 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,826 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,826 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,826 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(field,3)} = false [(field = abcd), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})]
2019-09-26 16:17:45,827 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,827 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,827 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,827 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,827 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,827 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,827 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,827 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,827 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,827 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,827 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,827 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,827 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,827 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,827 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,827 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,827 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,827 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,828 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multivalued,3)} = true [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})]
2019-09-26 16:17:45,829 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,829 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,829 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,829 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,829 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,829 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,829 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,829 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,829 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,829 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,829 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,829 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,829 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,830 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,830 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,830 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,830 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,830 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,830 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multivalued,1)} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})]
2019-09-26 16:17:45,831 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,831 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,831 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,831 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,831 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,831 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,831 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,831 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,831 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,832 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,832 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,832 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,832 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,832 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,832 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,832 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,832 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,832 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,832 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(field,3)} = false [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})]
2019-09-26 16:17:45,833 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,833 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,833 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,833 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,833 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,833 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,833 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,833 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,833 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,834 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,834 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,834 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,834 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,834 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,834 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,834 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,834 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,834 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,834 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multivalued,2)} = true [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})]
2019-09-26 16:17:45,835 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,835 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,835 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,835 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,835 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,835 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,835 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,835 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,835 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,835 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,835 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,835 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,835 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,835 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,836 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,836 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,836 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,836 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,836 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multivalued,3)} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})]
2019-09-26 16:17:45,838 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'.
2019-09-26 16:17:45,838 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'.
2019-09-26 16:17:45,838 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,838 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,838 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'.
2019-09-26 16:17:45,838 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'.
2019-09-26 16:17:45,838 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'.
2019-09-26 16:17:45,838 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'.
2019-09-26 16:17:45,838 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'.
2019-09-26 16:17:45,838 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'.
2019-09-26 16:17:45,838 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,838 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,838 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'.
2019-09-26 16:17:45,838 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,838 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'.
2019-09-26 16:17:45,838 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'.
2019-09-26 16:17:45,838 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'.
2019-09-26 16:17:45,838 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'.
2019-09-26 16:17:45,839 [main] DEBUG org.appng.el.ExpressionEvaluator - ${string(field)} = false [(field = +++), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/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.092 s - in org.appng.formtags.FormElementRuleTest
[INFO] Running org.appng.formtags.providers.EmailProviderTest
2019-09-26 16:17:45,858 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending emails is enabled
2019-09-26 16:17:45,859 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending mail: null
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.appng.formtags.providers.EmailProviderTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-formtags ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/target/appng-formtags-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-formtags ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/target/appng-formtags-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-formtags ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/target/appng-formtags-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-formtags-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-formtags-1.19.1-feature_APPNG_2267-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-formtags/target/appng-formtags-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-formtags-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-formtags ---
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-formtags-1.19.1-feature_APPNG_2267-20190926.141746-1.jar
Progress (1): 2.0/30 kB
Progress (1): 4.1/30 kB
Progress (1): 6.1/30 kB
Progress (1): 8.2/30 kB
Progress (1): 10/30 kB
Progress (1): 12/30 kB
Progress (1): 14/30 kB
Progress (1): 16/30 kB
Progress (1): 18/30 kB
Progress (1): 20/30 kB
Progress (1): 23/30 kB
Progress (1): 25/30 kB
Progress (1): 27/30 kB
Progress (1): 29/30 kB
Progress (1): 30 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-formtags-1.19.1-feature_APPNG_2267-20190926.141746-1.jar (30 kB at 117 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-formtags-1.19.1-feature_APPNG_2267-20190926.141746-1.pom
Progress (1): 1.8 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-formtags-1.19.1-feature_APPNG_2267-20190926.141746-1.pom (1.8 kB at 62 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/maven-metadata.xml
Progress (1): 2.6 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/maven-metadata.xml (2.6 kB at 198 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 833 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (833 B at 33 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/maven-metadata.xml
Progress (1): 2.0/2.6 kB
Progress (1): 2.6 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/maven-metadata.xml (2.6 kB at 30 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-formtags-1.19.1-feature_APPNG_2267-20190926.141746-1-sources.jar
Progress (1): 2.0/21 kB
Progress (1): 4.1/21 kB
Progress (1): 6.1/21 kB
Progress (1): 8.2/21 kB
Progress (1): 10/21 kB
Progress (1): 12/21 kB
Progress (1): 14/21 kB
Progress (1): 16/21 kB
Progress (1): 18/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-formtags-1.19.1-feature_APPNG_2267-20190926.141746-1-sources.jar (21 kB at 260 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 14 kB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building appNG XML-API 1.19.1-feature_APPNG_2267-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-xmlapi ---
[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/Role.java
[INFO] org/appng/xml/application/Roles.java
[INFO] org/appng/xml/application/Template.java
[INFO] org/appng/xml/application/TemplateType.java
[INFO] org/appng/xml/application/package-info.java
[INFO]
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi ---
[INFO] Source directory: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/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 125 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-xmlapi/target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-xmlapi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 13 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-xmlapi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-xmlapi/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-xmlapi ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.appng.xml.MarshallServiceTest
2019-09-26 16:17:51,616 ERROR [main] org.appng.xml.MarshallService : error on line 75, column 38: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'authentication'.
2019-09-26 16:17:51,616 ERROR [main] org.appng.xml.MarshallService : error on line 75, column 38: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'authentication'.
2019-09-26 16:17:51,618 ERROR [main] org.appng.xml.MarshallService : error on line 78, column 20: cvc-complex-type.2.4.a: Invalid content was found starting with element 'application-url'. One of '{"http://www.appng.org/schema/platform":platform-url, "http://www.appng.org/schema/platform":base-url, "http://www.appng.org/schema/platform":current-url, "http://www.appng.org/schema/platform":output, "http://www.appng.org/schema/platform":textelements, "http://www.appng.org/schema/platform":debug}' is expected.
2019-09-26 16:17:51,618 ERROR [main] org.appng.xml.MarshallService : error on line 78, column 20: cvc-complex-type.2.4.a: Invalid content was found starting with element 'application-url'. One of '{"http://www.appng.org/schema/platform":platform-url, "http://www.appng.org/schema/platform":base-url, "http://www.appng.org/schema/platform":current-url, "http://www.appng.org/schema/platform":output, "http://www.appng.org/schema/platform":textelements, "http://www.appng.org/schema/platform":debug}' is expected.
2019-09-26 16:17:51,619 ERROR [main] org.appng.xml.MarshallService : error on line 78, column 20: unexpected element (uri:"http://www.appng.org/schema/platform", local:"application-url"). Expected elements are <{http://www.appng.org/schema/platform}platform-url>,<{http://www.appng.org/schema/platform}base-url>,<{http://www.appng.org/schema/platform}output>,<{http://www.appng.org/schema/platform}debug>,<{http://www.appng.org/schema/platform}session>,<{http://www.appng.org/schema/platform}output-format>,<{http://www.appng.org/schema/platform}textelements>,<{http://www.appng.org/schema/platform}authentications>,<{http://www.appng.org/schema/platform}current-url>,<{http://www.appng.org/schema/platform}labels>
2019-09-26 16:17:51,619 ERROR [main] org.appng.xml.MarshallService : error on line 78, column 20: unexpected element (uri:"http://www.appng.org/schema/platform", local:"application-url"). Expected elements are <{http://www.appng.org/schema/platform}platform-url>,<{http://www.appng.org/schema/platform}base-url>,<{http://www.appng.org/schema/platform}output>,<{http://www.appng.org/schema/platform}debug>,<{http://www.appng.org/schema/platform}session>,<{http://www.appng.org/schema/platform}output-format>,<{http://www.appng.org/schema/platform}textelements>,<{http://www.appng.org/schema/platform}authentications>,<{http://www.appng.org/schema/platform}current-url>,<{http://www.appng.org/schema/platform}labels>
2019-09-26 16:17:51,621 ERROR [main] org.appng.xml.MarshallService : error on line 94, column 35: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'item'.
2019-09-26 16:17:51,621 ERROR [main] org.appng.xml.MarshallService : error on line 94, column 35: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'item'.
2019-09-26 16:17:51,623 ERROR [main] org.appng.xml.MarshallService : error on line 100, column 82: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration.
2019-09-26 16:17:51,623 ERROR [main] org.appng.xml.MarshallService : error on line 100, column 82: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration.
2019-09-26 16:17:51,623 ERROR [main] org.appng.xml.MarshallService : error on line 100, column 82: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'.
2019-09-26 16:17:51,623 ERROR [main] org.appng.xml.MarshallService : error on line 100, column 82: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'.
2019-09-26 16:17:51,623 ERROR [main] org.appng.xml.MarshallService : error on line 103, column 95: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration.
2019-09-26 16:17:51,623 ERROR [main] org.appng.xml.MarshallService : error on line 103, column 95: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration.
2019-09-26 16:17:51,624 ERROR [main] org.appng.xml.MarshallService : error on line 103, column 95: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'.
2019-09-26 16:17:51,624 ERROR [main] org.appng.xml.MarshallService : error on line 103, column 95: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'.
2019-09-26 16:17:51,624 ERROR [main] org.appng.xml.MarshallService : error on line 106, column 78: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration.
2019-09-26 16:17:51,624 ERROR [main] org.appng.xml.MarshallService : error on line 106, column 78: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration.
2019-09-26 16:17:51,625 ERROR [main] org.appng.xml.MarshallService : error on line 106, column 78: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'.
2019-09-26 16:17:51,625 ERROR [main] org.appng.xml.MarshallService : error on line 106, column 78: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'.
2019-09-26 16:17:51,625 ERROR [main] org.appng.xml.MarshallService : error on line 109, column 77: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration.
2019-09-26 16:17:51,625 ERROR [main] org.appng.xml.MarshallService : error on line 109, column 77: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration.
2019-09-26 16:17:51,625 ERROR [main] org.appng.xml.MarshallService : error on line 109, column 77: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'.
2019-09-26 16:17:51,625 ERROR [main] org.appng.xml.MarshallService : error on line 109, column 77: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'.
2019-09-26 16:17:51,626 ERROR [main] org.appng.xml.MarshallService : error on line 114, column 35: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'item'.
2019-09-26 16:17:51,626 ERROR [main] org.appng.xml.MarshallService : error on line 114, column 35: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'item'.
2019-09-26 16:17:51,627 ERROR [main] org.appng.xml.MarshallService : error on line 119, column 12: cvc-complex-type.2.4.a: Invalid content was found starting with element 'contents'. One of '{"http://www.appng.org/schema/platform":content}' is expected.
2019-09-26 16:17:51,627 ERROR [main] org.appng.xml.MarshallService : error on line 119, column 12: cvc-complex-type.2.4.a: Invalid content was found starting with element 'contents'. One of '{"http://www.appng.org/schema/platform":content}' is expected.
2019-09-26 16:17:51,627 ERROR [main] org.appng.xml.MarshallService : error on line 119, column 12: unexpected element (uri:"http://www.appng.org/schema/platform", local:"contents"). Expected elements are <{http://www.appng.org/schema/platform}navigation>,<{http://www.appng.org/schema/platform}subject>,<{http://www.appng.org/schema/platform}config>,<{http://www.appng.org/schema/platform}content>
2019-09-26 16:17:51,627 ERROR [main] org.appng.xml.MarshallService : error on line 119, column 12: unexpected element (uri:"http://www.appng.org/schema/platform", local:"contents"). Expected elements are <{http://www.appng.org/schema/platform}navigation>,<{http://www.appng.org/schema/platform}subject>,<{http://www.appng.org/schema/platform}config>,<{http://www.appng.org/schema/platform}content>
2019-09-26 16:17:51,630 ERROR [main] org.appng.xml.MarshallService : error on line 151, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected.
2019-09-26 16:17:51,630 ERROR [main] org.appng.xml.MarshallService : error on line 151, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected.
2019-09-26 16:17:51,638 ERROR [main] org.appng.xml.MarshallService : error on line 302, column 43: cvc-complex-type.2.4.b: The content of element 'datasource' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected.
2019-09-26 16:17:51,638 ERROR [main] org.appng.xml.MarshallService : error on line 302, column 43: cvc-complex-type.2.4.b: The content of element 'datasource' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected.
2019-09-26 16:17:51,642 ERROR [main] org.appng.xml.MarshallService : error on line 385, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected.
2019-09-26 16:17:51,642 ERROR [main] org.appng.xml.MarshallService : error on line 385, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected.
2019-09-26 16:17:51,645 ERROR [main] org.appng.xml.MarshallService : error on line 427, column 48: cvc-complex-type.2.4.b: The content of element 'datasource' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected.
2019-09-26 16:17:51,645 ERROR [main] org.appng.xml.MarshallService : error on line 427, column 48: cvc-complex-type.2.4.b: The content of element 'datasource' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected.
2019-09-26 16:17:51,647 ERROR [main] org.appng.xml.MarshallService : error on line 489, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected.
2019-09-26 16:17:51,647 ERROR [main] org.appng.xml.MarshallService : error on line 489, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected.
2019-09-26 16:17:51,991 ERROR [main] org.appng.xml.MarshallService : error on org.appng.xml.platform.Platform@776b83cc:
cvc-complex-type.2.4.b: The content of element 'platform' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected.
2019-09-26 16:17:51,991 ERROR [main] org.appng.xml.MarshallService : error on org.appng.xml.platform.Platform@776b83cc:
cvc-complex-type.2.4.b: The content of element 'platform' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.981 s - in org.appng.xml.MarshallServiceTest
[INFO] Running org.appng.xml.transformation.StyleSheetProviderTest
2019-09-26 16:17:52,060 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete
2019-09-26 16:17:52,060 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.appng.xml.transformation.StyleSheetProviderTest
[INFO] Running org.appng.xml.ApplicationPropertyConstantCreatorTest
2019-09-26 16:17:52,136 DEBUG [main] org.appng.xml.ApplicationPropertyConstantCreator: Wrote /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-xmlapi/target/tmp/org/appng/xml/ApplicationProperty.java
2019-09-26 16:17:52,136 DEBUG [main] org.appng.xml.ApplicationPropertyConstantCreator: Wrote /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-xmlapi/target/tmp/org/appng/xml/ApplicationProperty.java
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.appng.xml.ApplicationPropertyConstantCreatorTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-xmlapi ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-xmlapi/target/appng-xmlapi-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-xmlapi ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-xmlapi/target/appng-xmlapi-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-xmlapi ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-xmlapi/target/appng-xmlapi-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-xmlapi-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-xmlapi/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-xmlapi-1.19.1-feature_APPNG_2267-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-xmlapi/target/appng-xmlapi-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-xmlapi-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-xmlapi ---
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-xmlapi-1.19.1-feature_APPNG_2267-20190926.141752-1.jar
Progress (1): 2.0/155 kB
Progress (1): 4.1/155 kB
Progress (1): 6.1/155 kB
Progress (1): 8.2/155 kB
Progress (1): 10/155 kB
Progress (1): 12/155 kB
Progress (1): 14/155 kB
Progress (1): 16/155 kB
Progress (1): 18/155 kB
Progress (1): 20/155 kB
Progress (1): 23/155 kB
Progress (1): 25/155 kB
Progress (1): 27/155 kB
Progress (1): 29/155 kB
Progress (1): 31/155 kB
Progress (1): 33/155 kB
Progress (1): 35/155 kB
Progress (1): 37/155 kB
Progress (1): 39/155 kB
Progress (1): 41/155 kB
Progress (1): 43/155 kB
Progress (1): 45/155 kB
Progress (1): 47/155 kB
Progress (1): 49/155 kB
Progress (1): 51/155 kB
Progress (1): 53/155 kB
Progress (1): 55/155 kB
Progress (1): 57/155 kB
Progress (1): 59/155 kB
Progress (1): 61/155 kB
Progress (1): 63/155 kB
Progress (1): 66/155 kB
Progress (1): 68/155 kB
Progress (1): 70/155 kB
Progress (1): 72/155 kB
Progress (1): 74/155 kB
Progress (1): 76/155 kB
Progress (1): 78/155 kB
Progress (1): 80/155 kB
Progress (1): 82/155 kB
Progress (1): 84/155 kB
Progress (1): 86/155 kB
Progress (1): 88/155 kB
Progress (1): 90/155 kB
Progress (1): 92/155 kB
Progress (1): 94/155 kB
Progress (1): 96/155 kB
Progress (1): 98/155 kB
Progress (1): 100/155 kB
Progress (1): 102/155 kB
Progress (1): 104/155 kB
Progress (1): 106/155 kB
Progress (1): 109/155 kB
Progress (1): 111/155 kB
Progress (1): 113/155 kB
Progress (1): 115/155 kB
Progress (1): 117/155 kB
Progress (1): 119/155 kB
Progress (1): 121/155 kB
Progress (1): 123/155 kB
Progress (1): 125/155 kB
Progress (1): 127/155 kB
Progress (1): 129/155 kB
Progress (1): 131/155 kB
Progress (1): 133/155 kB
Progress (1): 135/155 kB
Progress (1): 137/155 kB
Progress (1): 139/155 kB
Progress (1): 141/155 kB
Progress (1): 143/155 kB
Progress (1): 145/155 kB
Progress (1): 147/155 kB
Progress (1): 150/155 kB
Progress (1): 152/155 kB
Progress (1): 154/155 kB
Progress (1): 155 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-xmlapi-1.19.1-feature_APPNG_2267-20190926.141752-1.jar (155 kB at 1.4 MB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-xmlapi-1.19.1-feature_APPNG_2267-20190926.141752-1.pom
Progress (1): 2.0/3.1 kB
Progress (1): 3.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-xmlapi-1.19.1-feature_APPNG_2267-20190926.141752-1.pom (3.1 kB at 47 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/maven-metadata.xml
Progress (1): 2.6 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/maven-metadata.xml (2.6 kB at 143 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 831 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (831 B at 13 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/maven-metadata.xml
Progress (1): 2.0/2.6 kB
Progress (1): 2.6 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/maven-metadata.xml (2.6 kB at 8.8 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-xmlapi-1.19.1-feature_APPNG_2267-20190926.141752-1-sources.jar
Progress (1): 2.0/163 kB
Progress (1): 4.1/163 kB
Progress (1): 6.1/163 kB
Progress (1): 8.2/163 kB
Progress (1): 10/163 kB
Progress (1): 12/163 kB
Progress (1): 14/163 kB
Progress (1): 16/163 kB
Progress (1): 18/163 kB
Progress (1): 20/163 kB
Progress (1): 23/163 kB
Progress (1): 25/163 kB
Progress (1): 27/163 kB
Progress (1): 29/163 kB
Progress (1): 31/163 kB
Progress (1): 33/163 kB
Progress (1): 35/163 kB
Progress (1): 37/163 kB
Progress (1): 39/163 kB
Progress (1): 41/163 kB
Progress (1): 43/163 kB
Progress (1): 45/163 kB
Progress (1): 47/163 kB
Progress (1): 49/163 kB
Progress (1): 51/163 kB
Progress (1): 53/163 kB
Progress (1): 55/163 kB
Progress (1): 57/163 kB
Progress (1): 59/163 kB
Progress (1): 61/163 kB
Progress (1): 63/163 kB
Progress (1): 66/163 kB
Progress (1): 68/163 kB
Progress (1): 70/163 kB
Progress (1): 72/163 kB
Progress (1): 74/163 kB
Progress (1): 76/163 kB
Progress (1): 78/163 kB
Progress (1): 80/163 kB
Progress (1): 82/163 kB
Progress (1): 84/163 kB
Progress (1): 86/163 kB
Progress (1): 88/163 kB
Progress (1): 90/163 kB
Progress (1): 92/163 kB
Progress (1): 94/163 kB
Progress (1): 96/163 kB
Progress (1): 98/163 kB
Progress (1): 100/163 kB
Progress (1): 102/163 kB
Progress (1): 104/163 kB
Progress (1): 106/163 kB
Progress (1): 109/163 kB
Progress (1): 111/163 kB
Progress (1): 113/163 kB
Progress (1): 115/163 kB
Progress (1): 117/163 kB
Progress (1): 119/163 kB
Progress (1): 121/163 kB
Progress (1): 123/163 kB
Progress (1): 125/163 kB
Progress (1): 127/163 kB
Progress (1): 129/163 kB
Progress (1): 131/163 kB
Progress (1): 133/163 kB
Progress (1): 135/163 kB
Progress (1): 137/163 kB
Progress (1): 139/163 kB
Progress (1): 141/163 kB
Progress (1): 143/163 kB
Progress (1): 145/163 kB
Progress (1): 147/163 kB
Progress (1): 150/163 kB
Progress (1): 152/163 kB
Progress (1): 154/163 kB
Progress (1): 156/163 kB
Progress (1): 158/163 kB
Progress (1): 160/163 kB
Progress (1): 162/163 kB
Progress (1): 163 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-xmlapi-1.19.1-feature_APPNG_2267-20190926.141752-1-sources.jar (163 kB at 3.5 MB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 2.8 kB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building appNG public API 1.19.1-feature_APPNG_2267-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-api ---
[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 169 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-api/target/classes
[INFO] /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-api/src/main/java/org/appng/api/model/SimpleProperty.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-api/src/main/java/org/appng/api/model/SimpleProperty.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-api/src/main/java/org/appng/api/support/OptionFactory.java: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-api/src/main/java/org/appng/api/support/OptionFactory.java uses unchecked or unsafe operations.
[INFO] /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/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 34 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 46 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-api/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.20: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.628 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.025 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.011 s - in org.appng.api.RequestDataBinderTest
[INFO] Running org.appng.api.ConfigValidatorTest
2019-09-26 16:18:01,554 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for cloneDatasource::datasource
2019-09-26 16:18:01,566 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for cloneCloneDatasource::cloneDatasource
2019-09-26 16:18:01,571 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for enhancedClone::datasource
2019-09-26 16:18:01,574 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override title
2019-09-26 16:18:01,574 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override description
2019-09-26 16:18:01,574 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override permissions
2019-09-26 16:18:01,574 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add parameter newParam
2019-09-26 16:18:01,575 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add new field foo at position 0
2019-09-26 16:18:01,575 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add bean option testOption
2019-09-26 16:18:01,575 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add linkpanel with id nintendo
2019-09-26 16:18:01,575 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id foo
2019-09-26 16:18:01,575 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for overrideBeanClone::datasource
2019-09-26 16:18:01,578 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override permissions
2019-09-26 16:18:01,578 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override bean id hansolo
2019-09-26 16:18:01,578 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add bean option lucas
2019-09-26 16:18:01,578 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id foo
2019-09-26 16:18:01,578 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id jin
2019-09-26 16:18:01,578 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for cloneCloneCloneDatasource::cloneCloneDatasource
2019-09-26 16:18:01,934 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config//permissions/permission[@ref='doesNotExist'] in resource datasource.xml
2019-09-26 16:18:01,945 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='bar'] in resource datasource.xml
2019-09-26 16:18:01,957 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='/page?getParam=5&doesNotExist=7'] in resource datasource.xml
2019-09-26 16:18:01,963 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//permissions/permission[@ref='doesNotExist'] in resource datasource.xml
2019-09-26 16:18:01,969 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml
2019-09-26 16:18:01,973 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='/fizz']/permissions/permission[@ref='doesNotExist'] in resource datasource.xml
2019-09-26 16:18:02,029 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config//permissions/permission[@ref='doesNotExist'] in resource datasource.xml
2019-09-26 16:18:02,033 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='bar'] in resource datasource.xml
2019-09-26 16:18:02,037 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='/page?getParam=5&doesNotExist=7'] in resource datasource.xml
2019-09-26 16:18:02,041 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//permissions/permission[@ref='doesNotExist'] in resource datasource.xml
2019-09-26 16:18:02,045 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml
2019-09-26 16:18:02,049 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='/fizz']/permissions/permission[@ref='doesNotExist'] in resource datasource.xml
2019-09-26 16:18:02,169 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config//permissions/permission[@ref='testPermission'] in resource datasource.xml
2019-09-26 16:18:02,173 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//permissions/permission[@ref='doesNotExist'] in resource datasource.xml
2019-09-26 16:18:02,176 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml
2019-09-26 16:18:02,180 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//link[@target='/fizz']/permissions/permission[@ref='doesNotExist'] in resource datasource.xml
2019-09-26 16:18:02,183 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//link[@target='hyrule'] in resource datasource.xml
2019-09-26 16:18:02,186 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config//permissions/permission[@ref='doesNotExist'] in resource datasource.xml
2019-09-26 16:18:02,189 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='bar'] in resource datasource.xml
2019-09-26 16:18:02,192 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='/page?getParam=5&doesNotExist=7'] in resource datasource.xml
2019-09-26 16:18:02,195 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//permissions/permission[@ref='doesNotExist'] in resource datasource.xml
2019-09-26 16:18:02,198 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml
2019-09-26 16:18:02,201 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='/fizz']/permissions/permission[@ref='doesNotExist'] in resource datasource.xml
2019-09-26 16:18:02,256 INFO [main] org.appng.api.support.ConfigValidator: validated application 'application' in 352ms
2019-09-26 16:18:02,257 ERROR [main] org.appng.api.support.ConfigValidator: found errors:
No found, application will not work!
application.xml: Duplicate permission 'permissionA'.
application.xml: Duplicate property 'propa'.
application.xml: Duplicate role: User
application.xml: The role 'User' references the permission 'permissionB' more than once!
application.xml: The role 'User' references the unknown permission 'doesNotExist'.
datasource.xml: datasource 'cloneCloneCloneDatasource': linkpanel 'foo' link '/page?getParam=5&doesNotExist=7' points to page 'page' and uses the unknown get-paramter(s) [doesNotExist]. Valid get-parameters are: [getParam]
datasource.xml: datasource 'cloneCloneCloneDatasource': linkpanel 'foo' link 'bar' points to an invalid target, must start with '/', '${}' or '?'!
datasource.xml: datasource 'cloneCloneCloneDatasource': linkpanel 'jin' link '/fizz' points to the unknown page 'fizz'
datasource.xml: datasource 'cloneCloneCloneDatasource': linkpanel 'jin' link '/fizz' references the unknown permission 'doesNotExist'.
datasource.xml: datasource 'cloneCloneCloneDatasource': linkpanel 'jin' references the unknown permission 'doesNotExist'.
datasource.xml: datasource 'cloneCloneCloneDatasource': references the unknown permission 'doesNotExist'.
datasource.xml: datasource 'cloneCloneDatasource': linkpanel 'foo' link '/page?getParam=5&doesNotExist=7' points to page 'page' and uses the unknown get-paramter(s) [doesNotExist]. Valid get-parameters are: [getParam]
datasource.xml: datasource 'cloneCloneDatasource': linkpanel 'foo' link 'bar' points to an invalid target, must start with '/', '${}' or '?'!
datasource.xml: datasource 'cloneCloneDatasource': linkpanel 'jin' link '/fizz' points to the unknown page 'fizz'
datasource.xml: datasource 'cloneCloneDatasource': linkpanel 'jin' link '/fizz' references the unknown permission 'doesNotExist'.
datasource.xml: datasource 'cloneCloneDatasource': linkpanel 'jin' references the unknown permission 'doesNotExist'.
datasource.xml: datasource 'cloneCloneDatasource': references the unknown permission 'doesNotExist'.
datasource.xml: datasource 'cloneDatasource': linkpanel 'foo' link '/page?getParam=5&doesNotExist=7' points to page 'page' and uses the unknown get-paramter(s) [doesNotExist]. Valid get-parameters are: [getParam]
datasource.xml: datasource 'cloneDatasource': linkpanel 'foo' link 'bar' points to an invalid target, must start with '/', '${}' or '?'!
datasource.xml: datasource 'cloneDatasource': linkpanel 'jin' link '/fizz' points to the unknown page 'fizz'
datasource.xml: datasource 'cloneDatasource': linkpanel 'jin' link '/fizz' references the unknown permission 'doesNotExist'.
datasource.xml: datasource 'cloneDatasource': linkpanel 'jin' references the unknown permission 'doesNotExist'.
datasource.xml: datasource 'cloneDatasource': references the unknown permission 'doesNotExist'.
datasource.xml: datasource 'datasource', option 'id' references the unknown parameter 'doesNotExist'. Valid parameters are: [dsParam1, dsParam2]
datasource.xml: datasource 'datasource': linkpanel 'foo' link '/page?getParam=5&doesNotExist=7' points to page 'page' and uses the unknown get-paramter(s) [doesNotExist]. Valid get-parameters are: [getParam]
datasource.xml: datasource 'datasource': linkpanel 'foo' link 'bar' points to an invalid target, must start with '/', '${}' or '?'!
datasource.xml: datasource 'datasource': linkpanel 'jin' link '/fizz' points to the unknown page 'fizz'
datasource.xml: datasource 'datasource': linkpanel 'jin' link '/fizz' references the unknown permission 'doesNotExist'.
datasource.xml: datasource 'datasource': linkpanel 'jin' references the unknown permission 'doesNotExist'.
datasource.xml: datasource 'datasource': references the unknown permission 'doesNotExist'.
datasource.xml: datasource 'enhancedClone': linkpanel 'jin' link '/fizz' points to the unknown page 'fizz'
datasource.xml: datasource 'enhancedClone': linkpanel 'jin' link '/fizz' references the unknown permission 'doesNotExist'.
datasource.xml: datasource 'enhancedClone': linkpanel 'jin' references the unknown permission 'doesNotExist'.
datasource.xml: datasource 'enhancedClone': linkpanel 'nintendo' link 'hyrule' points to an invalid target, must start with '/', '${}' or '?'!
datasource.xml: datasource 'enhancedClone': references the unknown permission 'testPermission'.
datasource.xml: datasource 'person': field: email, condition: '${5 ab foo}' is invalid: Failed to parse the expression [${5 ab foo}]
datasource.xml: datasource 'person': field: firstname, condition: '${current.dummy > 1}' is invalid: Property [dummy] not found on type [org.appng.api.Person]
datasource.xml: datasource 'person': field: firstname, hidden: '${current.doDisplay}' is invalid: Property [doDisplay] not found on type [org.appng.api.Person]
datasource.xml: datasource 'person': field: firstname, readOnly: '${isVisible}' is invalid: parameter 'isVisible' not found on datasource 'person'
event.xml: action 'action', option 'id' references the unknown parameter 'doesNotExist'. Valid parameters are: [actionParam2, actionParam1]
event.xml: action 'action': condition: '${fooo}' is invalid: parameter 'fooo' not found on action 'action'
event.xml: action 'action': references the unknown permission 'doesNotExist'.
event.xml: action 'action': the reference to dataSource 'datasource' (from 'datasource.xml') uses the parameter doesNotExist which is unknown in the dataSource 'datasource'! Supported parameters are: [dsParam1, dsParam2]
event.xml: action 'action2': references the unknown datasource 'doesNotExist'.
event.xml: event 'event' references the unknown permission 'doesNotExist'.
page.xml: page 'page' references the unknown action 'doesNotExist' (from event 'event').
page.xml: page 'page' references the unknown datasource 'doesNotExist'.
page.xml: page 'page' references the unknown event 'doesNotExist'.
page.xml: page 'page' references the unknown permission 'doesNotExist'.
page.xml: page 'page' section[1] attribute 'hidden': parameter 'isHidden' not found on page 'page'
page.xml: page 'page' section[1]/element[1] attribute 'folded': parameter 'isFolded' not found on page 'page'
page.xml: page 'page' section[1]/element[1] attribute 'passive': parameter 'isPassive' not found on page 'page'
page.xml: page 'page' the reference to action 'action' (from 'event.xml') uses the parameter actionParam3 which is unknown in the action 'action'! Supported parameters are: [actionParam2, actionParam1]
page.xml: page 'page' the reference to action 'action' uses the unknown parameter doesNotExist. Supported parameters are: [getParam, urlParam, postParam]
page.xml: page 'page' the reference to dataSource 'datasource' (from 'datasource.xml') uses the parameter dsParam3 which is unknown in the dataSource 'datasource'! Supported parameters are: [dsParam1, dsParam2]
page.xml: page 'page' the reference to dataSource 'datasource' uses the unknown parameter doesNotExist. Supported parameters are: [getParam, urlParam, postParam]
page.xml: page 'page', action 'action' condition: '${fooo}' is invalid: parameter 'fooo' not found on page 'page'
page.xml: page 'page', action 'action' references the unknown permission 'doesNotExist'.
page.xml: page 'page', datasource 'datasource' condition: '${postParam and fooo}' is invalid: parameter 'fooo' not found on page 'page'
page.xml: page 'page', datasource 'datasource' references the unknown permission 'doesNotExist'.
2019-09-26 16:18:02,264 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/meta-data in resource datasource.xml
2019-09-26 16:18:02,272 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/meta-data in resource datasource.xml
2019-09-26 16:18:02,277 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/meta-data in resource datasource.xml
2019-09-26 16:18:02,280 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.295 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.065 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.007 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.033 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.007 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.016 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.005 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.09 s - in org.appng.api.support.CallableDataSourceTest
[INFO] Running org.appng.api.support.RequestSupportTest
2019-09-26 16:18:02,573 WARN [main] org.appng.api.support.field.DateFieldConverter: error in field birthDate: can not convert 'null' to type 'java.util.Date' using format 'yyyy.MM.dd'
2019-09-26 16:18:02,578 WARN [main] org.appng.api.support.field.DecimalFieldConverter: error in field savings: can not convert 'null' to type 'java.lang.Double' using format '###,###.###'
2019-09-26 16:18:02,579 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field age: can not convert 'null' to type 'java.lang.Long' using format '#'
2019-09-26 16:18:02,584 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field age: can not convert 'null' to type 'java.lang.Long' using format '###'
2019-09-26 16:18:02,657 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.15.Final
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 s - in org.appng.api.support.RequestSupportTest
[INFO] Running org.appng.api.support.field.DateFieldConverterTest
2019-09-26 16:18:03,034 WARN [main] org.appng.api.support.field.DateFieldConverter: error in field object: can not convert 'null' to type 'java.util.Date' using format 'yyyy-MM-dd HH:mm:ss'
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.appng.api.support.field.DateFieldConverterTest
[INFO] Running org.appng.api.support.field.DateFieldConverterDateTimeTest
2019-09-26 16:18:03,133 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.098 s - in org.appng.api.support.field.DateFieldConverterDateTimeTest
[INFO] Running org.appng.api.support.field.DefaultFieldConverterTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.appng.api.support.field.DefaultFieldConverterTest
[INFO] Running org.appng.api.support.field.ObjectFieldConverterTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.594 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.004 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.017 s - in org.appng.api.support.field.ListFieldConverterTest
[INFO] Running org.appng.api.support.field.IntegerFieldConverterTest
2019-09-26 16:18:03,835 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field object: can not convert '2247483648' to type 'java.lang.Integer' using format '#'
2019-09-26 16:18:03,840 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.022 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.014 s - in org.appng.api.support.field.FileFieldConverterTest
[INFO] Running org.appng.api.support.SortParamSupportTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.appng.api.support.SortParamSupportTest
[INFO] Running org.appng.api.support.CallableActionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.appng.api.support.CallableActionTest
[INFO] Running org.appng.api.support.ScopeTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.api.support.ScopeTest
[INFO] Running org.appng.api.support.ApplicationResourceHolderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 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.002 s - in org.appng.api.support.OptionImplTest
[INFO] Running org.appng.api.support.ValidationProviderTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 s - in org.appng.api.support.ValidationProviderTest
[INFO] Running org.appng.api.support.validation.FileUploadValidatorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.appng.api.support.validation.FileUploadValidatorTest
[INFO] Running org.appng.api.support.validation.LocalizedMessageInterpolatorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.appng.api.support.validation.LocalizedMessageInterpolatorTest
[INFO] Running org.appng.api.support.DatasourceInheritanceTest
2019-09-26 16:18:04,419 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for cloneDatasource::datasource
2019-09-26 16:18:04,421 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for cloneCloneDatasource::cloneDatasource
2019-09-26 16:18:04,422 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for enhancedClone::datasource
2019-09-26 16:18:04,423 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override title
2019-09-26 16:18:04,423 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override description
2019-09-26 16:18:04,423 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override permissions
2019-09-26 16:18:04,423 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add parameter newParam
2019-09-26 16:18:04,423 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add new field foo at position 0
2019-09-26 16:18:04,423 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add bean option testOption
2019-09-26 16:18:04,423 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add linkpanel with id nintendo
2019-09-26 16:18:04,423 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id foo
2019-09-26 16:18:04,423 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for overrideBeanClone::datasource
2019-09-26 16:18:04,424 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override permissions
2019-09-26 16:18:04,424 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override bean id hansolo
2019-09-26 16:18:04,424 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add bean option lucas
2019-09-26 16:18:04,424 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id foo
2019-09-26 16:18:04,424 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id jin
2019-09-26 16:18:04,424 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for cloneCloneCloneDatasource::cloneCloneDatasource
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 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.004 s - in org.appng.api.support.MessageSourceChainTest
[INFO] Running org.appng.api.support.SelectionBuilderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.005 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.057 s - in org.appng.api.support.ElementHelperTest
[INFO] Running org.appng.api.support.HttpHeaderUtilsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.appng.api.support.HttpHeaderUtilsTest
[INFO] Running org.appng.api.support.ResultServiceTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.appng.api.support.ResultServiceTest
[INFO] Running org.appng.api.support.environment.EnvironmentTest
2019-09-26 16:18:04,562 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.016 s - in org.appng.api.support.environment.EnvironmentTest
[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.506 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.005 s - in org.appng.api.DataContainerTest
[INFO]
[INFO] Results:
[INFO]
[WARNING] Tests run: 244, Failures: 0, Errors: 0, Skipped: 1
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-api ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-api/target/appng-api-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-api ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-api/target/appng-api-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-api ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-api/target/appng-api-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-api-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-api/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-api-1.19.1-feature_APPNG_2267-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-api/target/appng-api-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-api-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-api ---
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-api-1.19.1-feature_APPNG_2267-20190926.141805-1.jar
Progress (1): 2.0/333 kB
Progress (1): 4.1/333 kB
Progress (1): 6.1/333 kB
Progress (1): 8.2/333 kB
Progress (1): 10/333 kB
Progress (1): 12/333 kB
Progress (1): 14/333 kB
Progress (1): 16/333 kB
Progress (1): 18/333 kB
Progress (1): 20/333 kB
Progress (1): 23/333 kB
Progress (1): 25/333 kB
Progress (1): 27/333 kB
Progress (1): 29/333 kB
Progress (1): 31/333 kB
Progress (1): 33/333 kB
Progress (1): 35/333 kB
Progress (1): 37/333 kB
Progress (1): 39/333 kB
Progress (1): 41/333 kB
Progress (1): 43/333 kB
Progress (1): 45/333 kB
Progress (1): 47/333 kB
Progress (1): 49/333 kB
Progress (1): 51/333 kB
Progress (1): 53/333 kB
Progress (1): 55/333 kB
Progress (1): 57/333 kB
Progress (1): 59/333 kB
Progress (1): 61/333 kB
Progress (1): 63/333 kB
Progress (1): 66/333 kB
Progress (1): 68/333 kB
Progress (1): 70/333 kB
Progress (1): 72/333 kB
Progress (1): 74/333 kB
Progress (1): 76/333 kB
Progress (1): 78/333 kB
Progress (1): 80/333 kB
Progress (1): 82/333 kB
Progress (1): 84/333 kB
Progress (1): 86/333 kB
Progress (1): 88/333 kB
Progress (1): 90/333 kB
Progress (1): 92/333 kB
Progress (1): 94/333 kB
Progress (1): 96/333 kB
Progress (1): 98/333 kB
Progress (1): 100/333 kB
Progress (1): 102/333 kB
Progress (1): 104/333 kB
Progress (1): 106/333 kB
Progress (1): 109/333 kB
Progress (1): 111/333 kB
Progress (1): 113/333 kB
Progress (1): 115/333 kB
Progress (1): 117/333 kB
Progress (1): 119/333 kB
Progress (1): 121/333 kB
Progress (1): 123/333 kB
Progress (1): 125/333 kB
Progress (1): 127/333 kB
Progress (1): 129/333 kB
Progress (1): 131/333 kB
Progress (1): 133/333 kB
Progress (1): 135/333 kB
Progress (1): 137/333 kB
Progress (1): 139/333 kB
Progress (1): 141/333 kB
Progress (1): 143/333 kB
Progress (1): 145/333 kB
Progress (1): 147/333 kB
Progress (1): 150/333 kB
Progress (1): 152/333 kB
Progress (1): 154/333 kB
Progress (1): 156/333 kB
Progress (1): 158/333 kB
Progress (1): 160/333 kB
Progress (1): 162/333 kB
Progress (1): 164/333 kB
Progress (1): 166/333 kB
Progress (1): 168/333 kB
Progress (1): 170/333 kB
Progress (1): 172/333 kB
Progress (1): 174/333 kB
Progress (1): 176/333 kB
Progress (1): 178/333 kB
Progress (1): 180/333 kB
Progress (1): 182/333 kB
Progress (1): 184/333 kB
Progress (1): 186/333 kB
Progress (1): 188/333 kB
Progress (1): 190/333 kB
Progress (1): 193/333 kB
Progress (1): 195/333 kB
Progress (1): 197/333 kB
Progress (1): 199/333 kB
Progress (1): 201/333 kB
Progress (1): 203/333 kB
Progress (1): 205/333 kB
Progress (1): 207/333 kB
Progress (1): 209/333 kB
Progress (1): 211/333 kB
Progress (1): 213/333 kB
Progress (1): 215/333 kB
Progress (1): 217/333 kB
Progress (1): 219/333 kB
Progress (1): 221/333 kB
Progress (1): 223/333 kB
Progress (1): 225/333 kB
Progress (1): 227/333 kB
Progress (1): 229/333 kB
Progress (1): 231/333 kB
Progress (1): 233/333 kB
Progress (1): 236/333 kB
Progress (1): 238/333 kB
Progress (1): 240/333 kB
Progress (1): 242/333 kB
Progress (1): 244/333 kB
Progress (1): 246/333 kB
Progress (1): 248/333 kB
Progress (1): 250/333 kB
Progress (1): 252/333 kB
Progress (1): 254/333 kB
Progress (1): 256/333 kB
Progress (1): 258/333 kB
Progress (1): 260/333 kB
Progress (1): 262/333 kB
Progress (1): 264/333 kB
Progress (1): 266/333 kB
Progress (1): 268/333 kB
Progress (1): 270/333 kB
Progress (1): 272/333 kB
Progress (1): 274/333 kB
Progress (1): 276/333 kB
Progress (1): 279/333 kB
Progress (1): 281/333 kB
Progress (1): 283/333 kB
Progress (1): 285/333 kB
Progress (1): 287/333 kB
Progress (1): 289/333 kB
Progress (1): 291/333 kB
Progress (1): 293/333 kB
Progress (1): 295/333 kB
Progress (1): 297/333 kB
Progress (1): 299/333 kB
Progress (1): 301/333 kB
Progress (1): 303/333 kB
Progress (1): 305/333 kB
Progress (1): 307/333 kB
Progress (1): 309/333 kB
Progress (1): 311/333 kB
Progress (1): 313/333 kB
Progress (1): 315/333 kB
Progress (1): 317/333 kB
Progress (1): 319/333 kB
Progress (1): 322/333 kB
Progress (1): 324/333 kB
Progress (1): 326/333 kB
Progress (1): 328/333 kB
Progress (1): 330/333 kB
Progress (1): 332/333 kB
Progress (1): 333 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-api-1.19.1-feature_APPNG_2267-20190926.141805-1.jar (333 kB at 2.8 MB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-api-1.19.1-feature_APPNG_2267-20190926.141805-1.pom
Progress (1): 2.0/4.0 kB
Progress (1): 4.0 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-api-1.19.1-feature_APPNG_2267-20190926.141805-1.pom (4.0 kB at 18 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/maven-metadata.xml
Progress (1): 2.5 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/maven-metadata.xml (2.5 kB at 209 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 828 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (828 B at 25 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/maven-metadata.xml
Progress (1): 2.0/2.6 kB
Progress (1): 2.6 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/maven-metadata.xml (2.6 kB at 23 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-api-1.19.1-feature_APPNG_2267-20190926.141805-1-sources.jar
Progress (1): 2.0/271 kB
Progress (1): 4.1/271 kB
Progress (1): 6.1/271 kB
Progress (1): 8.2/271 kB
Progress (1): 10/271 kB
Progress (1): 12/271 kB
Progress (1): 14/271 kB
Progress (1): 16/271 kB
Progress (1): 18/271 kB
Progress (1): 20/271 kB
Progress (1): 23/271 kB
Progress (1): 25/271 kB
Progress (1): 27/271 kB
Progress (1): 29/271 kB
Progress (1): 31/271 kB
Progress (1): 33/271 kB
Progress (1): 35/271 kB
Progress (1): 37/271 kB
Progress (1): 39/271 kB
Progress (1): 41/271 kB
Progress (1): 43/271 kB
Progress (1): 45/271 kB
Progress (1): 47/271 kB
Progress (1): 49/271 kB
Progress (1): 51/271 kB
Progress (1): 53/271 kB
Progress (1): 55/271 kB
Progress (1): 57/271 kB
Progress (1): 59/271 kB
Progress (1): 61/271 kB
Progress (1): 63/271 kB
Progress (1): 66/271 kB
Progress (1): 68/271 kB
Progress (1): 70/271 kB
Progress (1): 72/271 kB
Progress (1): 74/271 kB
Progress (1): 76/271 kB
Progress (1): 78/271 kB
Progress (1): 80/271 kB
Progress (1): 82/271 kB
Progress (1): 84/271 kB
Progress (1): 86/271 kB
Progress (1): 88/271 kB
Progress (1): 90/271 kB
Progress (1): 92/271 kB
Progress (1): 94/271 kB
Progress (1): 96/271 kB
Progress (1): 98/271 kB
Progress (1): 100/271 kB
Progress (1): 102/271 kB
Progress (1): 104/271 kB
Progress (1): 106/271 kB
Progress (1): 109/271 kB
Progress (1): 111/271 kB
Progress (1): 113/271 kB
Progress (1): 115/271 kB
Progress (1): 117/271 kB
Progress (1): 119/271 kB
Progress (1): 121/271 kB
Progress (1): 123/271 kB
Progress (1): 125/271 kB
Progress (1): 127/271 kB
Progress (1): 129/271 kB
Progress (1): 131/271 kB
Progress (1): 133/271 kB
Progress (1): 135/271 kB
Progress (1): 137/271 kB
Progress (1): 139/271 kB
Progress (1): 141/271 kB
Progress (1): 143/271 kB
Progress (1): 145/271 kB
Progress (1): 147/271 kB
Progress (1): 150/271 kB
Progress (1): 152/271 kB
Progress (1): 154/271 kB
Progress (1): 156/271 kB
Progress (1): 158/271 kB
Progress (1): 160/271 kB
Progress (1): 162/271 kB
Progress (1): 164/271 kB
Progress (1): 166/271 kB
Progress (1): 168/271 kB
Progress (1): 170/271 kB
Progress (1): 172/271 kB
Progress (1): 174/271 kB
Progress (1): 176/271 kB
Progress (1): 178/271 kB
Progress (1): 180/271 kB
Progress (1): 182/271 kB
Progress (1): 184/271 kB
Progress (1): 186/271 kB
Progress (1): 188/271 kB
Progress (1): 190/271 kB
Progress (1): 193/271 kB
Progress (1): 195/271 kB
Progress (1): 197/271 kB
Progress (1): 199/271 kB
Progress (1): 201/271 kB
Progress (1): 203/271 kB
Progress (1): 205/271 kB
Progress (1): 207/271 kB
Progress (1): 209/271 kB
Progress (1): 211/271 kB
Progress (1): 213/271 kB
Progress (1): 215/271 kB
Progress (1): 217/271 kB
Progress (1): 219/271 kB
Progress (1): 221/271 kB
Progress (1): 223/271 kB
Progress (1): 225/271 kB
Progress (1): 227/271 kB
Progress (1): 229/271 kB
Progress (1): 231/271 kB
Progress (1): 233/271 kB
Progress (1): 236/271 kB
Progress (1): 238/271 kB
Progress (1): 240/271 kB
Progress (1): 242/271 kB
Progress (1): 244/271 kB
Progress (1): 246/271 kB
Progress (1): 248/271 kB
Progress (1): 250/271 kB
Progress (1): 252/271 kB
Progress (1): 254/271 kB
Progress (1): 256/271 kB
Progress (1): 258/271 kB
Progress (1): 260/271 kB
Progress (1): 262/271 kB
Progress (1): 264/271 kB
Progress (1): 266/271 kB
Progress (1): 268/271 kB
Progress (1): 270/271 kB
Progress (1): 271 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-api-1.19.1-feature_APPNG_2267-20190926.141805-1-sources.jar (271 kB at 2.9 MB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 21 kB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building appNG testsupport 1.19.1-feature_APPNG_2267-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-testsupport ---
[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 17 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-testsupport/target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-testsupport ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-testsupport ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-testsupport/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-testsupport ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.appng.testsupport.TestBaseTest
2019-09-26 16:18:08,973 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]
2019-09-26 16:18:09,384 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7dc222ae, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@aecb35a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5fcd892a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@8b87145, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6483f5ae, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@b9afc07]
2019-09-26 16:18:09,468 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2019-09-26 16:18:09,903 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4e41089d: startup date [Thu Sep 26 16:18:09 CEST 2019]; root of context hierarchy
2019-09-26 16:18:10,899 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4e41089d: startup date [Thu Sep 26 16:18:09 CEST 2019]; root of context hierarchy
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.221 s - in org.appng.testsupport.TestBaseTest
[INFO] Running org.appng.testsupport.validation.AttributeValueDifferenceHandlerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.658 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.013 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.232 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.035 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.013 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.019 s - in org.appng.testsupport.SimpleApplicationTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-testsupport ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-testsupport/target/appng-testsupport-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-testsupport ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-testsupport/target/appng-testsupport-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-testsupport ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-testsupport/target/appng-testsupport-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-testsupport-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-testsupport/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-testsupport-1.19.1-feature_APPNG_2267-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-testsupport/target/appng-testsupport-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-testsupport-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-testsupport ---
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-testsupport-1.19.1-feature_APPNG_2267-20190926.141812-1.jar
Progress (1): 2.0/61 kB
Progress (1): 4.1/61 kB
Progress (1): 6.1/61 kB
Progress (1): 8.2/61 kB
Progress (1): 10/61 kB
Progress (1): 12/61 kB
Progress (1): 14/61 kB
Progress (1): 16/61 kB
Progress (1): 18/61 kB
Progress (1): 20/61 kB
Progress (1): 23/61 kB
Progress (1): 25/61 kB
Progress (1): 27/61 kB
Progress (1): 29/61 kB
Progress (1): 31/61 kB
Progress (1): 33/61 kB
Progress (1): 35/61 kB
Progress (1): 37/61 kB
Progress (1): 39/61 kB
Progress (1): 41/61 kB
Progress (1): 43/61 kB
Progress (1): 45/61 kB
Progress (1): 47/61 kB
Progress (1): 49/61 kB
Progress (1): 51/61 kB
Progress (1): 53/61 kB
Progress (1): 55/61 kB
Progress (1): 57/61 kB
Progress (1): 59/61 kB
Progress (1): 61 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-testsupport-1.19.1-feature_APPNG_2267-20190926.141812-1.jar (61 kB at 659 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-testsupport-1.19.1-feature_APPNG_2267-20190926.141812-1.pom
Progress (1): 2.0/2.2 kB
Progress (1): 2.2 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-testsupport-1.19.1-feature_APPNG_2267-20190926.141812-1.pom (2.2 kB at 11 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/maven-metadata.xml
Progress (1): 2.5 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/maven-metadata.xml (2.5 kB at 229 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 836 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (836 B at 21 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/maven-metadata.xml
Progress (1): 2.0/2.6 kB
Progress (1): 2.6 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/maven-metadata.xml (2.6 kB at 6.9 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-testsupport-1.19.1-feature_APPNG_2267-20190926.141812-1-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-ci-builds/org/appng/appng-testsupport/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-testsupport-1.19.1-feature_APPNG_2267-20190926.141812-1-sources.jar (37 kB at 685 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 12 kB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building appNG REST API 1.19.1-feature_APPNG_2267-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-rest-api ---
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api ---
[INFO] reading from /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml
[WARNING] Output directory does not exist, or is inaccessible. No file (.swagger-codegen-ignore) will be evaluated.
[INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/docs/Action.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/docs/Element.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/docs/Field.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/docs/Filter.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/docs/Link.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/docs/Message.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/docs/Option.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/docs/Options.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/docs/Page.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/docs/Permission.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/docs/Sort.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/docs/User.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/pom.xml
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/README.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/build.gradle
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/build.sbt
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/settings.gradle
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/gradle.properties
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/.travis.yml
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/gradlew
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/gradlew.bat
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/git_push.sh
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/.gitignore
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/.swagger-codegen-ignore
[INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION
[INFO]
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api ---
[INFO] Source directory: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java added.
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-rest-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-rest-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 31 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/classes
[INFO] /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java uses or overrides a deprecated API.
[INFO] /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-rest-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-rest-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.20: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.133 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.01 s - in org.appng.api.rest.ActionHelperTest
[INFO] Running org.appng.api.rest.RestClientTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.648 s - in org.appng.api.rest.RestClientTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-rest-api ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/appng-rest-api-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-rest-api ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/appng-rest-api-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-rest-api ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/appng-rest-api-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-rest-api-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-rest-api-1.19.1-feature_APPNG_2267-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-rest-api/target/appng-rest-api-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-rest-api-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-rest-api ---
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-rest-api-1.19.1-feature_APPNG_2267-20190926.141819-1.jar
Progress (1): 2.0/82 kB
Progress (1): 4.1/82 kB
Progress (1): 6.1/82 kB
Progress (1): 8.2/82 kB
Progress (1): 10/82 kB
Progress (1): 12/82 kB
Progress (1): 14/82 kB
Progress (1): 16/82 kB
Progress (1): 18/82 kB
Progress (1): 20/82 kB
Progress (1): 23/82 kB
Progress (1): 25/82 kB
Progress (1): 27/82 kB
Progress (1): 29/82 kB
Progress (1): 31/82 kB
Progress (1): 33/82 kB
Progress (1): 35/82 kB
Progress (1): 37/82 kB
Progress (1): 39/82 kB
Progress (1): 41/82 kB
Progress (1): 43/82 kB
Progress (1): 45/82 kB
Progress (1): 47/82 kB
Progress (1): 49/82 kB
Progress (1): 51/82 kB
Progress (1): 53/82 kB
Progress (1): 55/82 kB
Progress (1): 57/82 kB
Progress (1): 59/82 kB
Progress (1): 61/82 kB
Progress (1): 63/82 kB
Progress (1): 66/82 kB
Progress (1): 68/82 kB
Progress (1): 70/82 kB
Progress (1): 72/82 kB
Progress (1): 74/82 kB
Progress (1): 76/82 kB
Progress (1): 78/82 kB
Progress (1): 80/82 kB
Progress (1): 82 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-rest-api-1.19.1-feature_APPNG_2267-20190926.141819-1.jar (82 kB at 295 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-rest-api-1.19.1-feature_APPNG_2267-20190926.141819-1.pom
Progress (1): 2.0/4.3 kB
Progress (1): 4.1/4.3 kB
Progress (1): 4.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-rest-api-1.19.1-feature_APPNG_2267-20190926.141819-1.pom (4.3 kB at 96 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml
Progress (1): 2.5 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml (2.5 kB at 228 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml
Progress (1): 2.5 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml (2.5 kB at 314 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 833 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (833 B at 4.4 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 833 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (833 B at 33 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml
Progress (1): 2.0/2.6 kB
Progress (1): 2.6 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml (2.6 kB at 37 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml
Progress (1): 2.0/2.6 kB
Progress (1): 2.6 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml (2.6 kB at 103 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-rest-api-1.19.1-feature_APPNG_2267-20190926.141819-1-sources.jar
Progress (1): 2.0/53 kB
Progress (1): 4.1/53 kB
Progress (1): 6.1/53 kB
Progress (1): 8.2/53 kB
Progress (1): 10/53 kB
Progress (1): 12/53 kB
Progress (1): 14/53 kB
Progress (1): 16/53 kB
Progress (1): 18/53 kB
Progress (1): 20/53 kB
Progress (1): 23/53 kB
Progress (1): 25/53 kB
Progress (1): 27/53 kB
Progress (1): 29/53 kB
Progress (1): 31/53 kB
Progress (1): 33/53 kB
Progress (1): 35/53 kB
Progress (1): 37/53 kB
Progress (1): 39/53 kB
Progress (1): 41/53 kB
Progress (1): 43/53 kB
Progress (1): 45/53 kB
Progress (1): 47/53 kB
Progress (1): 49/53 kB
Progress (1): 51/53 kB
Progress (1): 53 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-rest-api-1.19.1-feature_APPNG_2267-20190926.141819-1-sources.jar (53 kB at 1.2 MB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml
Progress (1): 2.6 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml (2.6 kB at 234 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 16 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 44 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml
Progress (1): 2.0/2.6 kB
Progress (1): 2.6 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml (2.6 kB at 117 kB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building appNG Persistence-Tools 1.19.1-feature_APPNG_2267-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-persistence ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-persistence ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/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 13 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/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 11 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-persistence/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-persistence ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.appng.persistence.repository.SearchRepositoryTest
2019-09-26 16:18:26,985 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@210366b4: startup date [Thu Sep 26 16:18:26 CEST 2019]; root of context hierarchy
2019-09-26 16:18:27,303 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:18:27,770 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')
2019-09-26 16:18:27,771 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:27,980 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:18:28,376 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.2.Final}
2019-09-26 16:18:28,729 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2019-09-26 16:18:29,518 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
Sep 26, 2019 4:18:29 PM ch.sla.jdbcperflogger.Logger info
INFO: Using config file jdbcperflogger-fallback.xml
2019-09-26 16:18:29,558 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:29,558 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:18:29,558 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:18:29,561 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:18:30,094 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:18:30,190 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:18:31,637 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.15.Final
2019-09-26 16:18:32,474 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@bf75b5c] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:32,478 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6fcd31c3] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:32,496 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:18:32,501 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:33,864 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@210366b4: startup date [Thu Sep 26 16:18:26 CEST 2019]; root of context hierarchy
2019-09-26 16:18:33,865 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:33,866 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:33,871 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@37d3e140: startup date [Thu Sep 26 16:18:33 CEST 2019]; root of context hierarchy
2019-09-26 16:18:33,910 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:18:33,937 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')
2019-09-26 16:18:33,937 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:33,938 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:18:33,945 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:18:33,945 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:33,945 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:18:33,946 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:18:33,946 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:18:33,947 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:18:33,953 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:18:34,091 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@bd93bc3] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:34,093 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@25567581] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:34,101 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:18:34,102 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:34,187 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@37d3e140: startup date [Thu Sep 26 16:18:33 CEST 2019]; root of context hierarchy
2019-09-26 16:18:34,187 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:34,188 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:34,190 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@27bc1d44: startup date [Thu Sep 26 16:18:34 CEST 2019]; root of context hierarchy
2019-09-26 16:18:34,214 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:18:34,231 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')
2019-09-26 16:18:34,231 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:34,231 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:18:34,237 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:18:34,238 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:34,238 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:18:34,238 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:18:34,238 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:18:34,238 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:18:34,244 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:18:34,359 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5563bb40] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:34,361 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@40f1aa95] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:34,370 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:18:34,370 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:34,430 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@27bc1d44: startup date [Thu Sep 26 16:18:34 CEST 2019]; root of context hierarchy
2019-09-26 16:18:34,431 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:34,431 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:34,433 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@14b5752f: startup date [Thu Sep 26 16:18:34 CEST 2019]; root of context hierarchy
2019-09-26 16:18:34,458 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:18:34,476 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')
2019-09-26 16:18:34,476 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:34,476 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:18:34,483 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:18:34,483 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:34,483 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:18:34,483 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:18:34,483 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:18:34,485 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:18:34,490 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:18:34,632 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@47be41c6] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:34,634 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6caeba36] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:34,646 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:18:34,646 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:34,743 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@14b5752f: startup date [Thu Sep 26 16:18:34 CEST 2019]; root of context hierarchy
2019-09-26 16:18:34,744 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:34,744 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:34,747 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@24a8e40d: startup date [Thu Sep 26 16:18:34 CEST 2019]; root of context hierarchy
2019-09-26 16:18:34,777 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:18:34,802 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')
2019-09-26 16:18:34,802 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:34,802 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:18:34,812 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:18:34,812 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:34,812 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:18:34,812 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:18:34,812 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:18:34,813 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:18:34,819 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:18:34,928 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4e7eba9f] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:34,929 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@e886caf] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:34,937 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:18:34,937 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:34,989 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@24a8e40d: startup date [Thu Sep 26 16:18:34 CEST 2019]; root of context hierarchy
2019-09-26 16:18:34,989 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:34,990 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:34,994 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@ccd000e: startup date [Thu Sep 26 16:18:34 CEST 2019]; root of context hierarchy
2019-09-26 16:18:35,014 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:18:35,030 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')
2019-09-26 16:18:35,031 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:35,031 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:18:35,037 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:18:35,037 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:35,037 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:18:35,037 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:18:35,037 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:18:35,038 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:18:35,043 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:18:35,138 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@69d7bc1a] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:35,140 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@21c99abf] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:35,148 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:18:35,148 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:35,201 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@ccd000e: startup date [Thu Sep 26 16:18:34 CEST 2019]; root of context hierarchy
2019-09-26 16:18:35,201 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:35,201 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:35,204 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@319b1c77: startup date [Thu Sep 26 16:18:35 CEST 2019]; root of context hierarchy
2019-09-26 16:18:35,222 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:18:35,238 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')
2019-09-26 16:18:35,238 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:35,238 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:18:35,245 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:18:35,246 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:35,246 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:18:35,246 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:18:35,246 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:18:35,249 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:18:35,253 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:18:35,344 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@40dee07b] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:35,346 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@73a5d86c] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:35,358 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:18:35,358 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:35,413 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@319b1c77: startup date [Thu Sep 26 16:18:35 CEST 2019]; root of context hierarchy
2019-09-26 16:18:35,413 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:35,413 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:35,416 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@670c171c: startup date [Thu Sep 26 16:18:35 CEST 2019]; root of context hierarchy
2019-09-26 16:18:35,433 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:18:35,450 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')
2019-09-26 16:18:35,451 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:35,451 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:18:35,457 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:18:35,457 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:35,457 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:18:35,457 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:18:35,457 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:18:35,458 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:18:35,462 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:18:35,551 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4895e8f6] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:35,553 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@40aad17d] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:35,565 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:18:35,566 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:35,664 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@670c171c: startup date [Thu Sep 26 16:18:35 CEST 2019]; root of context hierarchy
2019-09-26 16:18:35,664 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:35,664 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:35,666 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@4f7ef948: startup date [Thu Sep 26 16:18:35 CEST 2019]; root of context hierarchy
2019-09-26 16:18:35,682 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:18:35,698 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')
2019-09-26 16:18:35,698 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:35,698 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:18:35,704 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:18:35,704 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:35,704 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:18:35,704 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:18:35,704 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:18:35,706 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:18:35,709 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:18:35,794 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@516037be] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:35,796 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@282c5075] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:35,804 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:18:35,804 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:35,853 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@4f7ef948: startup date [Thu Sep 26 16:18:35 CEST 2019]; root of context hierarchy
2019-09-26 16:18:35,853 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:35,853 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:35,861 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@4742466e: startup date [Thu Sep 26 16:18:35 CEST 2019]; root of context hierarchy
2019-09-26 16:18:35,878 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:18:35,894 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')
2019-09-26 16:18:35,894 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:35,894 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:18:35,900 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:18:35,900 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:35,900 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:18:35,900 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:18:35,900 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:18:35,901 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:18:35,904 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:18:35,985 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@56d742ad] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:35,987 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6148827c] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:35,995 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:18:35,995 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:36,041 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@4742466e: startup date [Thu Sep 26 16:18:35 CEST 2019]; root of context hierarchy
2019-09-26 16:18:36,042 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:36,042 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:36,044 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@4b762988: startup date [Thu Sep 26 16:18:36 CEST 2019]; root of context hierarchy
2019-09-26 16:18:36,060 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:18:36,074 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')
2019-09-26 16:18:36,075 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:36,075 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:18:36,080 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:18:36,080 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:36,081 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:18:36,081 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:18:36,081 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:18:36,083 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:18:36,086 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:18:36,164 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@61607ff0] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:36,165 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6be1f37f] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:36,173 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:18:36,173 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:36,273 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@4b762988: startup date [Thu Sep 26 16:18:36 CEST 2019]; root of context hierarchy
2019-09-26 16:18:36,273 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:36,273 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:36,275 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@4fc2933e: startup date [Thu Sep 26 16:18:36 CEST 2019]; root of context hierarchy
2019-09-26 16:18:36,291 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:18:36,307 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')
2019-09-26 16:18:36,307 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:36,307 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:18:36,312 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:18:36,313 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:36,313 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:18:36,313 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:18:36,313 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:18:36,314 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:18:36,317 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:18:36,395 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4853f592] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:36,396 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@44e7c06b] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:36,404 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:18:36,404 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:36,478 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@4fc2933e: startup date [Thu Sep 26 16:18:36 CEST 2019]; root of context hierarchy
2019-09-26 16:18:36,478 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:36,478 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:36,480 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@34ab398b: startup date [Thu Sep 26 16:18:36 CEST 2019]; root of context hierarchy
2019-09-26 16:18:36,499 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:18:36,522 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')
2019-09-26 16:18:36,522 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:36,522 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:18:36,531 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:18:36,531 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:36,531 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:18:36,531 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:18:36,532 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:18:36,533 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:18:36,537 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:18:36,668 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7524125c] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:36,670 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@21084a6d] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:36,679 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:18:36,679 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:36,763 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@34ab398b: startup date [Thu Sep 26 16:18:36 CEST 2019]; root of context hierarchy
2019-09-26 16:18:36,763 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:36,764 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:36,766 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@116efe65: startup date [Thu Sep 26 16:18:36 CEST 2019]; root of context hierarchy
2019-09-26 16:18:36,786 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:18:36,807 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')
2019-09-26 16:18:36,807 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:36,807 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:18:36,814 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:18:36,814 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:36,815 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:18:36,815 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:18:36,815 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:18:36,816 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:18:36,820 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:18:36,959 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@11267e87] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:36,960 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5c30decf] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:36,968 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:18:36,968 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:37,013 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@116efe65: startup date [Thu Sep 26 16:18:36 CEST 2019]; root of context hierarchy
2019-09-26 16:18:37,014 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:37,014 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:37,016 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1659d7d: startup date [Thu Sep 26 16:18:37 CEST 2019]; root of context hierarchy
2019-09-26 16:18:37,030 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:18:37,047 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')
2019-09-26 16:18:37,047 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:37,047 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:18:37,053 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:18:37,053 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:37,053 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:18:37,053 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:18:37,053 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:18:37,054 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:18:37,058 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:18:37,130 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@714d7c7b] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:37,132 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@37823482] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:37,139 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:18:37,139 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:37,194 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@1659d7d: startup date [Thu Sep 26 16:18:37 CEST 2019]; root of context hierarchy
2019-09-26 16:18:37,195 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:37,195 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:37,198 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7cf166db: startup date [Thu Sep 26 16:18:37 CEST 2019]; root of context hierarchy
2019-09-26 16:18:37,219 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:18:37,235 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')
2019-09-26 16:18:37,235 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:37,235 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:18:37,242 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:18:37,242 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:37,243 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:18:37,243 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:18:37,243 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:18:37,245 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:18:37,249 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:18:37,321 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@18419ab7] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:37,322 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3c98eaa9] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:37,329 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:18:37,329 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:37,383 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@7cf166db: startup date [Thu Sep 26 16:18:37 CEST 2019]; root of context hierarchy
2019-09-26 16:18:37,384 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:37,384 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.739 s - in org.appng.persistence.repository.SearchRepositoryTest
[INFO] Running org.appng.persistence.repository.SearchQueryTest
2019-09-26 16:18:37,408 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:18:37,414 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:18:37,414 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:37,414 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:18:37,414 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:18:37,414 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:18:37,415 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:18:37,417 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:18:37,485 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5dfb078] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:37,486 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@671c71e8] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:37,493 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:18:37,517 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:18:37,522 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:18:37,522 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:37,523 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:18:37,523 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:18:37,523 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:18:37,523 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:18:37,526 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:18:37,588 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@665c79a2] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:37,590 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6a2b6031] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:37,599 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:18:37,611 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:18:37,617 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:18:37,617 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:37,617 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:18:37,617 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:18:37,618 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:18:37,618 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:18:37,621 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:18:37,692 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@38624a3a] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:37,693 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@ea3491d] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:37,700 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:18:37,712 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:18:37,717 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:18:37,718 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:37,718 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:18:37,718 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:18:37,718 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:18:37,719 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:18:37,721 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:18:37,787 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@738b93a8] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:37,788 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@586a9fe1] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:37,796 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:18:37,804 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:18:37,809 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:18:37,810 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:37,810 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:18:37,810 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:18:37,810 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:18:37,811 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:18:37,813 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:18:37,881 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3cb4f1a6] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:37,882 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1651bd68] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:37,889 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: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 s - in org.appng.persistence.repository.SearchQueryTest
[INFO] Running org.appng.persistence.repository.QueryDslSearchRepositoryTest
2019-09-26 16:18:37,901 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@5cb654e3: startup date [Thu Sep 26 16:18:37 CEST 2019]; root of context hierarchy
2019-09-26 16:18:37,915 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:18:37,930 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')
2019-09-26 16:18:37,930 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:37,930 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:18:37,935 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:18:37,936 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:37,936 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:18:37,936 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:18:37,936 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:18:37,937 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:18:37,940 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:18:38,000 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7b0a69b9] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:38,001 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@655295bd] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:38,008 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:18:38,008 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:38,632 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@5cb654e3: startup date [Thu Sep 26 16:18:37 CEST 2019]; root of context hierarchy
2019-09-26 16:18:38,632 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:38,632 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.734 s - in org.appng.persistence.repository.QueryDslSearchRepositoryTest
[INFO] Running org.appng.persistence.repository.EnversSearchRepositoryTest
2019-09-26 16:18:38,636 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@618d2191: startup date [Thu Sep 26 16:18:38 CEST 2019]; root of context hierarchy
2019-09-26 16:18:38,692 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:18:38,714 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')
2019-09-26 16:18:38,715 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:38,715 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:18:38,721 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:18:38,722 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:18:38,722 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:18:38,722 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:18:38,722 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:18:38,723 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:18:38,725 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:18:38,818 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@49a46f29] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:38,819 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@76a13b12] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 16:18:38,826 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:18:38,826 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:18:38,900 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@618d2191: startup date [Thu Sep 26 16:18:38 CEST 2019]; root of context hierarchy
2019-09-26 16:18:38,900 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.267 s - in org.appng.persistence.repository.EnversSearchRepositoryTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-persistence ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-persistence/target/appng-persistence-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-persistence ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-persistence/target/appng-persistence-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-persistence ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-persistence/target/appng-persistence-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-persistence-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-persistence/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-persistence-1.19.1-feature_APPNG_2267-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-persistence/target/appng-persistence-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-persistence-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-persistence ---
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-persistence-1.19.1-feature_APPNG_2267-20190926.141839-1.jar
Progress (1): 2.0/23 kB
Progress (1): 4.1/23 kB
Progress (1): 6.1/23 kB
Progress (1): 8.2/23 kB
Progress (1): 10/23 kB
Progress (1): 12/23 kB
Progress (1): 14/23 kB
Progress (1): 16/23 kB
Progress (1): 18/23 kB
Progress (1): 20/23 kB
Progress (1): 23/23 kB
Progress (1): 23 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-persistence-1.19.1-feature_APPNG_2267-20190926.141839-1.jar (23 kB at 146 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-persistence-1.19.1-feature_APPNG_2267-20190926.141839-1.pom
Progress (1): 2.0/2.6 kB
Progress (1): 2.6 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-persistence-1.19.1-feature_APPNG_2267-20190926.141839-1.pom (2.6 kB at 64 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml
Progress (1): 2.5 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml (2.5 kB at 194 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml
Progress (1): 2.5 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml (2.5 kB at 229 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 836 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (836 B at 9.3 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 836 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (836 B at 21 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml
Progress (1): 2.0/2.6 kB
Progress (1): 2.6 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml (2.6 kB at 44 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml
Progress (1): 2.0/2.6 kB
Progress (1): 2.6 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml (2.6 kB at 136 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-persistence-1.19.1-feature_APPNG_2267-20190926.141839-1-sources.jar
Progress (1): 2.0/21 kB
Progress (1): 4.1/21 kB
Progress (1): 6.1/21 kB
Progress (1): 8.2/21 kB
Progress (1): 10/21 kB
Progress (1): 12/21 kB
Progress (1): 14/21 kB
Progress (1): 16/21 kB
Progress (1): 18/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-persistence-1.19.1-feature_APPNG_2267-20190926.141839-1-sources.jar (21 kB at 650 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml
Progress (1): 2.6 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml (2.6 kB at 258 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 14 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 35 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml
Progress (1): 2.0/2.6 kB
Progress (1): 2.6 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml (2.6 kB at 95 kB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building appNG Search 1.19.1-feature_APPNG_2267-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-search ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-search ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-search ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 29 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-search ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 13 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-search ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-search ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.appng.search.indexer.StandardSearcherTest
2019-09-26 16:18:47,331 DEBUG [main] org.appng.search.indexer.GlobalIndexer: start indexing for site manager
2019-09-26 16:18:47,338 INFO [main] org.appng.search.indexer.FileSystemProvider: dataDir: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/pages
2019-09-26 16:18:47,408 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/pages/de/42.jsp
2019-09-26 16:18:47,517 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title'
2019-09-26 16:18:47,519 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents'
2019-09-26 16:18:47,519 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield'
2019-09-26 16:18:47,520 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield'
2019-09-26 16:18:47,524 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (1/2):/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/pages/de/42.jsp
2019-09-26 16:18:47,524 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 121ms
Sep 26, 2019 4:18:48 PM org.apache.tika.config.InitializableProblemHandler$3 handleInitializableProblem
WARNING: JBIG2ImageReader not loaded. jbig2 files will be ignored
See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io
for optional dependencies.
TIFFImageWriter not loaded. tiff files will not be processed
See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io
for optional dependencies.
J2KImageReader not loaded. JPEG2000 files will not be processed.
See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io
for optional dependencies.
Sep 26, 2019 4:18:48 PM org.apache.tika.config.InitializableProblemHandler$3 handleInitializableProblem
WARNING: org.xerial's sqlite-jdbc is not loaded.
Please provide the jar on your classpath to parse sqlite files.
See tika-parsers/pom.xml for the correct version.
2019-09-26 16:18:48,417 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (2/2):/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/pages/de/42.txt
2019-09-26 16:18:48,421 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 896ms
2019-09-26 16:18:48,425 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/pages/en/42.jsp
2019-09-26 16:18:48,427 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title'
2019-09-26 16:18:48,429 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents'
2019-09-26 16:18:48,429 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield'
2019-09-26 16:18:48,430 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield'
2019-09-26 16:18:48,430 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (1/4):/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/pages/en/42.jsp
2019-09-26 16:18:48,430 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 5ms
2019-09-26 16:18:48,464 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (2/4):/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/pages/en/42.txt
2019-09-26 16:18:48,465 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 35ms
2019-09-26 16:18:48,491 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (3/4):/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/pages/en/foobar.txt
2019-09-26 16:18:48,492 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 27ms
2019-09-26 16:18:48,492 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/pages/en/acme.jsp
2019-09-26 16:18:48,493 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = title
2019-09-26 16:18:48,493 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = content
2019-09-26 16:18:48,493 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (4/4):/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/pages/en/acme.jsp
2019-09-26 16:18:48,493 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 1ms
2019-09-26 16:18:48,493 INFO [main] org.appng.search.indexer.FileSystemProvider: Indexing 6 files took 1154 milliseconds
2019-09-26 16:18:48,666 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#514082232 with Analyzer class org.apache.lucene.analysis.standard.StandardAnalyzer
2019-09-26 16:18:48,673 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: clearing index at /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/target/index
2019-09-26 16:18:50,698 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#514082232
2019-09-26 16:18:50,698 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: done with DocumentProducer 'clear index' which offered 0 events (CREATE: 0, UPDATE: 0, DELETE: 0). The index now contains 0 documents (was 0 before)
2019-09-26 16:18:50,698 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#514082232, containing 0 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/target/index
2019-09-26 16:18:50,704 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@1ea445b8
2019-09-26 16:18:50,704 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments:1:nrt)
2019-09-26 16:18:50,704 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed MMapDirectory@/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/target/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f111fd7
2019-09-26 16:18:50,710 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#2019551279 with Analyzer class org.apache.lucene.analysis.de.GermanAnalyzer
2019-09-26 16:18:50,817 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.jsp +type:jsp
2019-09-26 16:18:50,817 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [107ms] CREATE, query: +id:/de/42.jsp +type:jsp
2019-09-26 16:18:50,819 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.txt +type:txt
2019-09-26 16:18:50,819 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [2ms] CREATE, query: +id:/de/42.txt +type:txt
2019-09-26 16:18:52,970 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#2019551279
2019-09-26 16:18:52,971 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: done with DocumentProducer 'index /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/pages/de' which offered 2 events (CREATE: 2, UPDATE: 0, DELETE: 0). The index now contains 2 documents (was 0 before)
2019-09-26 16:18:52,971 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#2019551279, containing 2 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/target/index
2019-09-26 16:18:52,971 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@785fe82f
2019-09-26 16:18:52,971 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_1:3:nrt)
2019-09-26 16:18:52,971 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed MMapDirectory@/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/target/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f111fd7
2019-09-26 16:18:52,978 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#861846246 with Analyzer class org.apache.lucene.analysis.en.EnglishAnalyzer
2019-09-26 16:18:53,011 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.jsp +type:jsp
2019-09-26 16:18:53,012 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [12ms] CREATE, query: +id:/en/42.jsp +type:jsp
2019-09-26 16:18:53,015 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.txt +type:txt
2019-09-26 16:18:53,015 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [3ms] CREATE, query: +id:/en/42.txt +type:txt
2019-09-26 16:18:53,016 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/foobar.txt +type:txt
2019-09-26 16:18:53,016 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [1ms] CREATE, query: +id:/en/foobar.txt +type:txt
2019-09-26 16:18:53,016 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/acme.jsp +type:jsp
2019-09-26 16:18:53,017 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [1ms] CREATE, query: +id:/en/acme.jsp +type:jsp
2019-09-26 16:18:55,060 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#861846246
2019-09-26 16:18:55,060 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: done with DocumentProducer 'index /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/pages/en' which offered 4 events (CREATE: 4, UPDATE: 0, DELETE: 0). The index now contains 6 documents (was 2 before)
2019-09-26 16:18:55,060 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#861846246, containing 6 documents (before: 2) directory: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/target/index
2019-09-26 16:18:55,061 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@335ebae6
2019-09-26 16:18:55,061 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_2:6:nrt _0(6.6.5):c2)
2019-09-26 16:18:55,061 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed MMapDirectory@/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/target/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f111fd7
2019-09-26 16:18:55,677 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:de +((title:anhalt contents:anhalt) (title:anhalter* contents:anhalter*))
2019-09-26 16:18:56,677 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:en +((title:hitchhik contents:hitchhik) (title:hitchhiker* contents:hitchhiker*))
2019-09-26 16:18:56,705 INFO [main] org.appng.search.searcher.StandardSearcher: 1 results returned from query: +language:en +((title:foo contents:foo) (title:foo* contents:foo*))
2019-09-26 16:18:56,723 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: 9.966 s - in org.appng.search.indexer.StandardSearcherTest
[INFO] Running org.appng.search.indexer.ParseTagsTest
2019-09-26 16:18:56,734 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1'
2019-09-26 16:18:56,734 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2'
2019-09-26 16:18:56,734 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'contents'
2019-09-26 16:18:56,734 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1'
2019-09-26 16:18:56,734 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2'
{field1=A, contents=A B D, field2=B}
2019-09-26 16:18:56,735 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/pages/en/42.jsp
2019-09-26 16:18:56,736 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title'
2019-09-26 16:18:56,737 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents'
2019-09-26 16:18:56,738 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield'
2019-09-26 16:18:56,738 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield'
2019-09-26 16:18:56,739 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field1
2019-09-26 16:18:56,739 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field2
2019-09-26 16:18:56,739 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field =
{}
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 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.005 s - in org.appng.search.searcher.GermanSearchTermProcessorTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-search ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/target/appng-search-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-search ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/target/appng-search-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-search ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/target/appng-search-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-search-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-search-1.19.1-feature_APPNG_2267-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-search/target/appng-search-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-search-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-search ---
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-search-1.19.1-feature_APPNG_2267-20190926.141857-1.jar
Progress (1): 2.0/54 kB
Progress (1): 4.1/54 kB
Progress (1): 6.1/54 kB
Progress (1): 8.2/54 kB
Progress (1): 10/54 kB
Progress (1): 12/54 kB
Progress (1): 14/54 kB
Progress (1): 16/54 kB
Progress (1): 18/54 kB
Progress (1): 20/54 kB
Progress (1): 23/54 kB
Progress (1): 25/54 kB
Progress (1): 27/54 kB
Progress (1): 29/54 kB
Progress (1): 31/54 kB
Progress (1): 33/54 kB
Progress (1): 35/54 kB
Progress (1): 37/54 kB
Progress (1): 39/54 kB
Progress (1): 41/54 kB
Progress (1): 43/54 kB
Progress (1): 45/54 kB
Progress (1): 47/54 kB
Progress (1): 49/54 kB
Progress (1): 51/54 kB
Progress (1): 53/54 kB
Progress (1): 54 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-search-1.19.1-feature_APPNG_2267-20190926.141857-1.jar (54 kB at 244 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-search-1.19.1-feature_APPNG_2267-20190926.141857-1.pom
Progress (1): 2.0/2.4 kB
Progress (1): 2.4 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-search-1.19.1-feature_APPNG_2267-20190926.141857-1.pom (2.4 kB at 71 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml
Progress (1): 2.5 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml (2.5 kB at 251 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml
Progress (1): 2.5 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml (2.5 kB at 314 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 831 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (831 B at 12 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 831 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (831 B at 46 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml
Progress (1): 2.0/2.6 kB
Progress (1): 2.6 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml (2.6 kB at 9.7 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml
Progress (1): 2.0/2.6 kB
Progress (1): 2.6 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml (2.6 kB at 135 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-search-1.19.1-feature_APPNG_2267-20190926.141857-1-sources.jar
Progress (1): 2.0/39 kB
Progress (1): 4.1/39 kB
Progress (1): 6.1/39 kB
Progress (1): 8.2/39 kB
Progress (1): 10/39 kB
Progress (1): 12/39 kB
Progress (1): 14/39 kB
Progress (1): 16/39 kB
Progress (1): 18/39 kB
Progress (1): 20/39 kB
Progress (1): 23/39 kB
Progress (1): 25/39 kB
Progress (1): 27/39 kB
Progress (1): 29/39 kB
Progress (1): 31/39 kB
Progress (1): 33/39 kB
Progress (1): 35/39 kB
Progress (1): 37/39 kB
Progress (1): 39/39 kB
Progress (1): 39 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-search-1.19.1-feature_APPNG_2267-20190926.141857-1-sources.jar (39 kB at 217 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml
Progress (1): 2.6 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml (2.6 kB at 214 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 9.2 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 44 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml
Progress (1): 2.0/2.6 kB
Progress (1): 2.6 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml (2.6 kB at 26 kB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building appNG Core Library 1.19.1-feature_APPNG_2267-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-core ---
[INFO]
[INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core ---
[INFO] Generating source...
[INFO] parsing a schema...
[INFO] compiling a schema...
[INFO] org/appng/core/xml/repository/Certification.java
[INFO] org/appng/core/xml/repository/GetCertificationRequest.java
[INFO] org/appng/core/xml/repository/GetCertificationResponse.java
[INFO] org/appng/core/xml/repository/GetPackageRequest.java
[INFO] org/appng/core/xml/repository/GetPackageResponse.java
[INFO] org/appng/core/xml/repository/GetPackageVersionsRequest.java
[INFO] org/appng/core/xml/repository/GetPackageVersionsResponse.java
[INFO] org/appng/core/xml/repository/GetPackagesRequest.java
[INFO] org/appng/core/xml/repository/GetPackagesResponse.java
[INFO] org/appng/core/xml/repository/ObjectFactory.java
[INFO] org/appng/core/xml/repository/Package.java
[INFO] org/appng/core/xml/repository/PackageType.java
[INFO] org/appng/core/xml/repository/PackageVersions.java
[INFO] org/appng/core/xml/repository/Packages.java
[INFO] org/appng/core/xml/repository/package-info.java
[INFO]
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core ---
[INFO] Source directory: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/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 79 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 179 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/classes
[INFO] /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/src/main/java/org/appng/core/domain/PropertyImpl.java: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/src/main/java/org/appng/core/domain/PropertyImpl.java uses or overrides a deprecated API.
[INFO] /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/src/main/java/org/appng/core/domain/PropertyImpl.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 82 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 80 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-core ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.appng.core.domain.ResourceImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 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.555 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.003 s - in org.appng.core.domain.ValidationPatternTest
[INFO] Running org.appng.core.domain.SiteImplTest
2019-09-26 16:19:09,474 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#434610528 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:09,489 INFO [main] org.appng.core.Redirect : Redirecting request to /some/uri (302)
2019-09-26 16:19:09,491 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1499840045 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:09,492 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar#anchor (302)
2019-09-26 16:19:09,493 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1215904751 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:09,493 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar?tab=anchor#anchor (302)
2019-09-26 16:19:09,495 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2058135834 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:09,495 INFO [main] org.appng.core.domain.SiteImpl: closing context for site foo [STOPPED] (#1153907750)
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 s - in org.appng.core.domain.SiteImplTest
[INFO] Running org.appng.core.security.BCryptPasswordHandlerTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.504 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.009 s - in org.appng.core.security.Sha1PasswordHandlerTest
[INFO] Running org.appng.core.security.DigestValidatorTest
2019-09-26 16:19:12,033 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated.
2019-09-26 16:19:12,033 ERROR [main] org.appng.core.security.DigestValidator: Invalid date offset [millis]: 14399967, maximum is 3600000
2019-09-26 16:19:12,033 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed.
2019-09-26 16:19:12,034 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated.
2019-09-26 16:19:12,035 ERROR [main] org.appng.core.security.DigestValidator: Encrypted part does not match. Encrypted part is 9C0D5491C0ADFD50E865702CF6F2ECD3, but should be 4E3B3D8849B9BDE0E61317B612EB9F42
2019-09-26 16:19:12,035 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.appng.core.security.DigestValidatorTest
[INFO] Running org.appng.core.security.DefaultPasswordPolicyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.appng.core.security.DefaultPasswordPolicyTest
[INFO] Running org.appng.core.security.signing.SignerTest
2019-09-26 16:19:12,133 INFO [main] org.appng.core.security.signing.Signer: Signing repository '/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/test-classes/zip'
2019-09-26 16:19:12,137 INFO [main] org.appng.core.security.signing.Signer: Writing release file '/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/test-classes/zip/index'
2019-09-26 16:19:12,137 INFO [main] org.appng.core.security.signing.Signer: ..adding repository attributes
2019-09-26 16:19:12,138 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.1.zip'
2019-09-26 16:19:12,138 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.2-2012-11-27-1305.zip'
2019-09-26 16:19:12,139 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.3-2013-01-13-1303.zip'
2019-09-26 16:19:12,140 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.142 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.384 s - in org.appng.core.security.SaltedDigestTest
[INFO] Running org.appng.core.service.TemplateServiceTest
2019-09-26 16:19:12,632 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]
2019-09-26 16:19:12,644 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@77258e59, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5dcd8c7a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2250b9f2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7e3181aa, org.springframework.test.context.transaction.TransactionalTestExecutionListener@253d9f73, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@142269f2]
2019-09-26 16:19:12,751 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4d9ac0b4: startup date [Thu Sep 26 16:19:12 CEST 2019]; root of context hierarchy
2019-09-26 16:19:13,281 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]
2019-09-26 16:19:13,281 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=destroy; 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]
2019-09-26 16:19:13,282 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]
2019-09-26 16:19:13,282 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]
2019-09-26 16:19:13,283 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]
2019-09-26 16:19:13,283 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]
2019-09-26 16:19:13,284 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]
2019-09-26 16:19:13,284 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]
2019-09-26 16:19:13,284 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]
2019-09-26 16:19:13,285 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]
2019-09-26 16:19:13,285 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]
2019-09-26 16:19:13,286 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]
2019-09-26 16:19:13,286 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]
2019-09-26 16:19:13,286 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]
2019-09-26 16:19:13,288 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]
2019-09-26 16:19:13,288 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' 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=environment; 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=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig]
2019-09-26 16:19:13,288 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]
2019-09-26 16:19:13,289 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]
2019-09-26 16:19:13,449 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:19:13,761 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:13,912 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:19:14,048 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.2.Final}
2019-09-26 16:19:14,346 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2019-09-26 16:19:14,710 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
Sep 26, 2019 4:19:14 PM ch.sla.jdbcperflogger.Logger info
INFO: Using config file jdbcperflogger-fallback.xml
2019-09-26 16:19:14,808 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:19:14,808 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:19:14,808 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:19:14,814 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:19:15,229 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:19:15,309 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:19:15,876 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.15.Final
Hibernate:
drop table if exists application CASCADE
2019-09-26 16:19:17,278 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1be77a76] 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.
Hibernate:
drop table if exists authgroup CASCADE
Hibernate:
drop table if exists authgroup_role CASCADE
Hibernate:
drop table if exists database_connection CASCADE
Hibernate:
drop table if exists permission CASCADE
Hibernate:
drop table if exists platform_event CASCADE
Hibernate:
drop table if exists property CASCADE
Hibernate:
drop table if exists repository CASCADE
Hibernate:
drop table if exists resource CASCADE
Hibernate:
drop table if exists role CASCADE
Hibernate:
drop table if exists role_permission CASCADE
Hibernate:
drop table if exists site CASCADE
Hibernate:
drop table if exists site_application CASCADE
Hibernate:
drop table if exists sites_granted CASCADE
Hibernate:
drop table if exists subject CASCADE
Hibernate:
drop table if exists subject_authgroup CASCADE
Hibernate:
drop table if exists template CASCADE
Hibernate:
drop table if exists template_resource CASCADE
Hibernate:
drop table if exists TestEntity CASCADE
Hibernate:
create table application (
id integer generated by default as identity (start with 1),
appng_version varchar(64),
application_version varchar(64),
description LONGVARCHAR,
displayName varchar(64),
fileBased boolean not null,
hidden boolean not null,
longDescription clob(255),
name varchar(64) not null,
privileged boolean,
snapshot boolean not null,
time_stamp varchar(64),
version timestamp,
primary key (id)
)
2019-09-26 16:19:17,286 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@595ec862] 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.
Hibernate:
create table authgroup (
id integer generated by default as identity (start with 1),
default_admin boolean,
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table authgroup_role (
authgroup_id integer not null,
role_id integer not null,
primary key (authgroup_id, role_id)
)
Hibernate:
create table database_connection (
id integer generated by default as identity (start with 1),
active boolean not null,
description varchar(255),
driver_class varchar(255) not null,
jdbc_url varchar(255) not null,
managed boolean not null,
max_connections integer not null,
min_connections integer not null check (min_connections>=1),
name varchar(255) not null,
password blob(255),
type varchar(255) not null,
username varchar(255) not null,
validation_query varchar(255),
version timestamp,
site_id integer,
primary key (id)
)
Hibernate:
create table permission (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(255) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table platform_event (
id integer generated by default as identity (start with 1),
application varchar(255),
context varchar(255),
created timestamp,
event varchar(255),
hostName varchar(255),
origin varchar(255),
requestId varchar(255),
sessionId varchar(255),
ev_type varchar(255),
ev_user varchar(255),
primary key (id)
)
Hibernate:
create table property (
name varchar(255) not null,
value varchar(255),
blobValue blob(255),
clobValue clob(255),
defaultValue varchar(255),
description LONGVARCHAR,
mandatory boolean not null,
version timestamp,
primary key (name)
)
Hibernate:
create table repository (
id integer generated by default as identity (start with 1),
accepted_certs blob(255),
active boolean not null,
description LONGVARCHAR,
digest varchar(255),
name varchar(64) not null,
published boolean not null,
remote_repository_name varchar(64),
mode varchar(255),
type varchar(255),
strict boolean not null,
uri varbinary(255),
version timestamp,
primary key (id)
)
Hibernate:
create table resource (
id integer generated by default as identity (start with 1),
bytes blob(255) not null,
checksum varchar(255),
description LONGVARCHAR,
name varchar(255),
type varchar(255),
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role_permission (
role_id integer not null,
permissions_id integer not null,
primary key (role_id, permissions_id)
)
Hibernate:
create table site (
id integer generated by default as identity (start with 1),
active boolean not null,
create_repository boolean,
description LONGVARCHAR,
domain varchar(255) not null,
host varchar(255) not null,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table site_application (
application_id integer not null,
site_id integer not null,
active boolean not null,
deletion_mark boolean,
reload_required boolean,
connection_id integer,
primary key (application_id, site_id)
)
Hibernate:
create table sites_granted (
application_id integer not null,
site_id integer not null,
granted_site_id integer not null,
primary key (application_id, site_id, granted_site_id)
)
Hibernate:
create table subject (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
digest varchar(255),
email varchar(255),
language varchar(3) not null,
name varchar(64) not null,
realname varchar(64) not null,
salt varchar(255),
timezone varchar(255),
type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table subject_authgroup (
subject_Id integer not null,
group_id integer not null
)
Hibernate:
create table template (
id integer generated by default as identity (start with 1),
appng_version varchar(255),
description varchar(255),
displayName varchar(255),
long_desc varchar(255),
name varchar(255),
template_version varchar(255),
timestamp varchar(255),
tpl_type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table template_resource (
id integer generated by default as identity (start with 1),
bytes blob(255),
checksum varchar(255),
file_version timestamp,
name varchar(255),
version timestamp,
template_id integer,
primary key (id)
)
Hibernate:
create table TestEntity (
id integer generated by default as identity (start with 1),
booleanValue boolean,
doubleValue double,
integerValue integer,
name varchar(255) not null,
primary key (id)
)
Hibernate:
alter table application
add constraint UK_lspnba25gpku3nx3oecprrx8c unique (name)
Hibernate:
alter table authgroup
add constraint UK_hng9ojpn9gcumrchsw1gqwpa3 unique (name)
Hibernate:
alter table repository
add constraint UK_pbnisjkw01y5ole425crs0ra6 unique (name)
Hibernate:
alter table site
add constraint UK_qsgk5cjl6wt1xvhdeqymoymqb unique (domain)
Hibernate:
alter table site
add constraint UK_nnbksm3ee42ted5jwjv82ld8 unique (host)
Hibernate:
alter table site
add constraint UK_f9iil6uu8d9ohutpr2irlpvio unique (name)
Hibernate:
alter table subject
add constraint UK_p1jgir6qcpmqnxt4a8105wsot unique (name)
Hibernate:
alter table authgroup_role
add constraint FKb9vanycq8blatrv0cygmo4ys
foreign key (role_id)
references role
Hibernate:
alter table authgroup_role
add constraint FKrcn022l06aob7yh4i0pocmyfw
foreign key (authgroup_id)
references authgroup
Hibernate:
alter table database_connection
add constraint FK2nc6v72wsqqkm08g6esvl56qa
foreign key (site_id)
references site
Hibernate:
alter table permission
add constraint FKqx6yod2u5o379ea6ilb9320pf
foreign key (application_id)
references application
Hibernate:
alter table resource
add constraint FKao8gqbsc5pjonvob97v06wdfh
foreign key (application_id)
references application
Hibernate:
alter table role
add constraint FK2n86cvour8hpl69i8t5qq139u
foreign key (application_id)
references application
Hibernate:
alter table role_permission
add constraint FKsidab0lpqi82o4o15bwde2c5f
foreign key (permissions_id)
references permission
Hibernate:
alter table role_permission
add constraint FKa6jx8n8xkesmjmv6jqug6bg68
foreign key (role_id)
references role
Hibernate:
alter table site_application
add constraint FKfidgrdtxu15bc7fakr83aln2d
foreign key (application_id)
references application
Hibernate:
alter table site_application
add constraint FKqd6qo05h21mxnh9xw8piia2sv
foreign key (connection_id)
references database_connection
Hibernate:
alter table site_application
add constraint FK471twt4o8anj8n4pic9r2c3ld
foreign key (site_id)
references site
Hibernate:
alter table sites_granted
add constraint FKbmo1w3an2hajxekhl31138r9i
foreign key (granted_site_id)
references site
Hibernate:
alter table sites_granted
add constraint FK70e3j7mp3imtb4x5llus087hh
foreign key (application_id, site_id)
references site_application
Hibernate:
alter table subject_authgroup
add constraint FK1h3gxc3kkurxb2ywgd8lsiygg
foreign key (group_id)
references authgroup
Hibernate:
alter table subject_authgroup
add constraint FKo4thj02w2sqac23qqgnauygej
foreign key (subject_Id)
references subject
Hibernate:
alter table template_resource
add constraint FK__TEMPLATE_RESOURCE__TEMPLATE_ID
foreign key (template_id)
references template
2019-09-26 16:19:17,342 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:19:17,348 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:17,386 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@4d9ac0b4: startup date [Thu Sep 26 16:19:12 CEST 2019]; root of context hierarchy
2019-09-26 16:19:18,847 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#564059141 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:18,877 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico
2019-09-26 16:19:18,878 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml
2019-09-26 16:19:18,878 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt
2019-09-26 16:19:18,881 INFO [main] org.appng.core.service.TemplateService: added resource template.xml
2019-09-26 16:19:18,881 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl
2019-09-26 16:19:18,882 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl
2019-09-26 16:19:18,886 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#698477669 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:18,893 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#635934462 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:18,910 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico
2019-09-26 16:19:18,910 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml
2019-09-26 16:19:18,910 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt
2019-09-26 16:19:18,913 INFO [main] org.appng.core.service.TemplateService: added resource template.xml
2019-09-26 16:19:18,914 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl
2019-09-26 16:19:18,914 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl
Hibernate:
select
template0_.id as id1_16_,
template0_.appng_version as appng_ve2_16_,
template0_.description as descript3_16_,
template0_.displayName as displayN4_16_,
template0_.long_desc as long_des5_16_,
template0_.name as name6_16_,
template0_.template_version as template7_16_,
template0_.timestamp as timestam8_16_,
template0_.tpl_type as tpl_type9_16_,
template0_.version as version10_16_
from
template template0_
where
template0_.name=?
2019-09-26 16:19:18,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Template appng-template
Hibernate:
insert
into
template
(id, appng_version, description, displayName, long_desc, name, template_version, timestamp, tpl_type, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
template_resource
(id, bytes, checksum, file_version, name, template_id, version)
values
(default, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
template_resource
(id, bytes, checksum, file_version, name, template_id, version)
values
(default, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
template_resource
(id, bytes, checksum, file_version, name, template_id, version)
values
(default, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
template_resource
(id, bytes, checksum, file_version, name, template_id, version)
values
(default, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
template_resource
(id, bytes, checksum, file_version, name, template_id, version)
values
(default, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
template_resource
(id, bytes, checksum, file_version, name, template_id, version)
values
(default, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:19,301 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4d9ac0b4: startup date [Thu Sep 26 16:19:12 CEST 2019]; root of context hierarchy
2019-09-26 16:19:19,303 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:19,304 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: 6.734 s - in org.appng.core.service.TemplateServiceTest
[INFO] Running org.appng.core.service.CoreServiceTest
2019-09-26 16:19:19,316 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]
2019-09-26 16:19:19,316 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2de7fe0e, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2ff8d39b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@684a802a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7b5c9412, org.springframework.test.context.transaction.TransactionalTestExecutionListener@69d902f9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@547052]
2019-09-26 16:19:19,320 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3ca3eba2: startup date [Thu Sep 26 16:19:19 CEST 2019]; root of context hierarchy
2019-09-26 16:19:19,509 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]
2019-09-26 16:19:19,509 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=destroy; 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]
2019-09-26 16:19:19,510 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]
2019-09-26 16:19:19,511 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]
2019-09-26 16:19:19,511 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]
2019-09-26 16:19:19,512 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]
2019-09-26 16:19:19,512 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]
2019-09-26 16:19:19,513 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]
2019-09-26 16:19:19,513 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]
2019-09-26 16:19:19,514 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]
2019-09-26 16:19:19,514 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]
2019-09-26 16:19:19,515 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]
2019-09-26 16:19:19,515 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]
2019-09-26 16:19:19,516 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]
2019-09-26 16:19:19,516 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]
2019-09-26 16:19:19,517 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' 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=environment; 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=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig]
2019-09-26 16:19:19,517 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]
2019-09-26 16:19:19,517 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]
2019-09-26 16:19:19,557 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:19:19,613 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:19,629 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:19:19,661 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:19:19,661 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:19:19,662 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:19:19,662 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:19:19,662 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:19:19,663 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:19:19,669 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
Hibernate:
drop table if exists application CASCADE
2019-09-26 16:19:19,972 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@28d97205] 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.
Hibernate:
drop table if exists authgroup CASCADE
Hibernate:
drop table if exists authgroup_role CASCADE
Hibernate:
drop table if exists database_connection CASCADE
Hibernate:
drop table if exists permission CASCADE
Hibernate:
drop table if exists platform_event CASCADE
Hibernate:
drop table if exists property CASCADE
Hibernate:
drop table if exists repository CASCADE
Hibernate:
drop table if exists resource CASCADE
Hibernate:
drop table if exists role CASCADE
Hibernate:
drop table if exists role_permission CASCADE
Hibernate:
drop table if exists site CASCADE
Hibernate:
drop table if exists site_application CASCADE
Hibernate:
drop table if exists sites_granted CASCADE
Hibernate:
drop table if exists subject CASCADE
Hibernate:
drop table if exists subject_authgroup CASCADE
Hibernate:
drop table if exists template CASCADE
Hibernate:
drop table if exists template_resource CASCADE
Hibernate:
drop table if exists TestEntity CASCADE
Hibernate:
create table application (
id integer generated by default as identity (start with 1),
appng_version varchar(64),
application_version varchar(64),
description LONGVARCHAR,
displayName varchar(64),
fileBased boolean not null,
hidden boolean not null,
longDescription clob(255),
name varchar(64) not null,
privileged boolean,
snapshot boolean not null,
time_stamp varchar(64),
version timestamp,
primary key (id)
)
2019-09-26 16:19:19,985 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@25c06894] 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.
Hibernate:
create table authgroup (
id integer generated by default as identity (start with 1),
default_admin boolean,
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table authgroup_role (
authgroup_id integer not null,
role_id integer not null,
primary key (authgroup_id, role_id)
)
Hibernate:
create table database_connection (
id integer generated by default as identity (start with 1),
active boolean not null,
description varchar(255),
driver_class varchar(255) not null,
jdbc_url varchar(255) not null,
managed boolean not null,
max_connections integer not null,
min_connections integer not null check (min_connections>=1),
name varchar(255) not null,
password blob(255),
type varchar(255) not null,
username varchar(255) not null,
validation_query varchar(255),
version timestamp,
site_id integer,
primary key (id)
)
Hibernate:
create table permission (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(255) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table platform_event (
id integer generated by default as identity (start with 1),
application varchar(255),
context varchar(255),
created timestamp,
event varchar(255),
hostName varchar(255),
origin varchar(255),
requestId varchar(255),
sessionId varchar(255),
ev_type varchar(255),
ev_user varchar(255),
primary key (id)
)
Hibernate:
create table property (
name varchar(255) not null,
value varchar(255),
blobValue blob(255),
clobValue clob(255),
defaultValue varchar(255),
description LONGVARCHAR,
mandatory boolean not null,
version timestamp,
primary key (name)
)
Hibernate:
create table repository (
id integer generated by default as identity (start with 1),
accepted_certs blob(255),
active boolean not null,
description LONGVARCHAR,
digest varchar(255),
name varchar(64) not null,
published boolean not null,
remote_repository_name varchar(64),
mode varchar(255),
type varchar(255),
strict boolean not null,
uri varbinary(255),
version timestamp,
primary key (id)
)
Hibernate:
create table resource (
id integer generated by default as identity (start with 1),
bytes blob(255) not null,
checksum varchar(255),
description LONGVARCHAR,
name varchar(255),
type varchar(255),
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role_permission (
role_id integer not null,
permissions_id integer not null,
primary key (role_id, permissions_id)
)
Hibernate:
create table site (
id integer generated by default as identity (start with 1),
active boolean not null,
create_repository boolean,
description LONGVARCHAR,
domain varchar(255) not null,
host varchar(255) not null,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table site_application (
application_id integer not null,
site_id integer not null,
active boolean not null,
deletion_mark boolean,
reload_required boolean,
connection_id integer,
primary key (application_id, site_id)
)
Hibernate:
create table sites_granted (
application_id integer not null,
site_id integer not null,
granted_site_id integer not null,
primary key (application_id, site_id, granted_site_id)
)
Hibernate:
create table subject (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
digest varchar(255),
email varchar(255),
language varchar(3) not null,
name varchar(64) not null,
realname varchar(64) not null,
salt varchar(255),
timezone varchar(255),
type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table subject_authgroup (
subject_Id integer not null,
group_id integer not null
)
Hibernate:
create table template (
id integer generated by default as identity (start with 1),
appng_version varchar(255),
description varchar(255),
displayName varchar(255),
long_desc varchar(255),
name varchar(255),
template_version varchar(255),
timestamp varchar(255),
tpl_type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table template_resource (
id integer generated by default as identity (start with 1),
bytes blob(255),
checksum varchar(255),
file_version timestamp,
name varchar(255),
version timestamp,
template_id integer,
primary key (id)
)
Hibernate:
create table TestEntity (
id integer generated by default as identity (start with 1),
booleanValue boolean,
doubleValue double,
integerValue integer,
name varchar(255) not null,
primary key (id)
)
Hibernate:
alter table application
add constraint UK_lspnba25gpku3nx3oecprrx8c unique (name)
Hibernate:
alter table authgroup
add constraint UK_hng9ojpn9gcumrchsw1gqwpa3 unique (name)
Hibernate:
alter table repository
add constraint UK_pbnisjkw01y5ole425crs0ra6 unique (name)
Hibernate:
alter table site
add constraint UK_qsgk5cjl6wt1xvhdeqymoymqb unique (domain)
Hibernate:
alter table site
add constraint UK_nnbksm3ee42ted5jwjv82ld8 unique (host)
Hibernate:
alter table site
add constraint UK_f9iil6uu8d9ohutpr2irlpvio unique (name)
Hibernate:
alter table subject
add constraint UK_p1jgir6qcpmqnxt4a8105wsot unique (name)
Hibernate:
alter table authgroup_role
add constraint FKb9vanycq8blatrv0cygmo4ys
foreign key (role_id)
references role
Hibernate:
alter table authgroup_role
add constraint FKrcn022l06aob7yh4i0pocmyfw
foreign key (authgroup_id)
references authgroup
Hibernate:
alter table database_connection
add constraint FK2nc6v72wsqqkm08g6esvl56qa
foreign key (site_id)
references site
Hibernate:
alter table permission
add constraint FKqx6yod2u5o379ea6ilb9320pf
foreign key (application_id)
references application
Hibernate:
alter table resource
add constraint FKao8gqbsc5pjonvob97v06wdfh
foreign key (application_id)
references application
Hibernate:
alter table role
add constraint FK2n86cvour8hpl69i8t5qq139u
foreign key (application_id)
references application
Hibernate:
alter table role_permission
add constraint FKsidab0lpqi82o4o15bwde2c5f
foreign key (permissions_id)
references permission
Hibernate:
alter table role_permission
add constraint FKa6jx8n8xkesmjmv6jqug6bg68
foreign key (role_id)
references role
Hibernate:
alter table site_application
add constraint FKfidgrdtxu15bc7fakr83aln2d
foreign key (application_id)
references application
Hibernate:
alter table site_application
add constraint FKqd6qo05h21mxnh9xw8piia2sv
foreign key (connection_id)
references database_connection
Hibernate:
alter table site_application
add constraint FK471twt4o8anj8n4pic9r2c3ld
foreign key (site_id)
references site
Hibernate:
alter table sites_granted
add constraint FKbmo1w3an2hajxekhl31138r9i
foreign key (granted_site_id)
references site
Hibernate:
alter table sites_granted
add constraint FK70e3j7mp3imtb4x5llus087hh
foreign key (application_id, site_id)
references site_application
Hibernate:
alter table subject_authgroup
add constraint FK1h3gxc3kkurxb2ywgd8lsiygg
foreign key (group_id)
references authgroup
Hibernate:
alter table subject_authgroup
add constraint FKo4thj02w2sqac23qqgnauygej
foreign key (subject_Id)
references subject
Hibernate:
alter table template_resource
add constraint FK__TEMPLATE_RESOURCE__TEMPLATE_ID
foreign key (template_id)
references template
2019-09-26 16:19:20,027 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:19:20,028 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:20,033 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@3ca3eba2: startup date [Thu Sep 26 16:19:19 CEST 2019]; root of context hierarchy
2019-09-26 16:19:20,392 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@65880400, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
2019-09-26 16:19:20,394 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-1
Hibernate:
insert
into
subject
(id, description, digest, email, language, name, realname, salt, timezone, type, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:20,409 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-2
Hibernate:
insert
into
subject
(id, description, digest, email, language, name, realname, salt, timezone, type, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:20,411 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-3
Hibernate:
insert
into
subject
(id, description, digest, email, language, name, realname, salt, timezone, type, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:20,412 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-1
Hibernate:
insert
into
site
(id, active, create_repository, description, domain, host, name, version)
values
(default, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:20,416 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-2
Hibernate:
insert
into
site
(id, active, create_repository, description, domain, host, name, version)
values
(default, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:20,417 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-3
Hibernate:
insert
into
site
(id, active, create_repository, description, domain, host, name, version)
values
(default, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:20,418 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application manager
Hibernate:
insert
into
resource
(id, application_id, bytes, checksum, description, name, type, version)
values
(default, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:20,420 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application bugtracker
Hibernate:
insert
into
resource
(id, application_id, bytes, checksum, description, name, type, version)
values
(default, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:20,422 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application foobar
Hibernate:
insert
into
resource
(id, application_id, bytes, checksum, description, name, type, version)
values
(default, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:20,424 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application manager
Hibernate:
insert
into
application
(id, appng_version, application_version, description, displayName, fileBased, hidden, longDescription, name, privileged, snapshot, time_stamp, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:20,425 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application bugtracker
Hibernate:
insert
into
application
(id, appng_version, application_version, description, displayName, fileBased, hidden, longDescription, name, privileged, snapshot, time_stamp, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:20,427 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application foobar
Hibernate:
insert
into
application
(id, appng_version, application_version, description, displayName, fileBased, hidden, longDescription, name, privileged, snapshot, time_stamp, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:20,428 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.manager.foobar
2019-09-26 16:19:20,429 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.foobar.foobar
2019-09-26 16:19:20,430 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-1 of application manager
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
resource
(id, application_id, bytes, checksum, description, name, type, version)
values
(default, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:20,439 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-2 of application bugtracker
Hibernate:
insert
into
resource
(id, application_id, bytes, checksum, description, name, type, version)
values
(default, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:20,440 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-3 of application foobar
Hibernate:
insert
into
resource
(id, application_id, bytes, checksum, description, name, type, version)
values
(default, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:20,441 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role admin
Hibernate:
insert
into
role
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
2019-09-26 16:19:20,443 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role user
Hibernate:
insert
into
role
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
2019-09-26 16:19:20,444 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role debugger
Hibernate:
insert
into
role
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
2019-09-26 16:19:20,445 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-1
Hibernate:
insert
into
permission
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
2019-09-26 16:19:20,446 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-2
Hibernate:
insert
into
permission
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
2019-09-26 16:19:20,446 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-3
Hibernate:
insert
into
permission
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
2019-09-26 16:19:20,448 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-1
Hibernate:
insert
into
site_application
(active, connection_id, deletion_mark, reload_required, application_id, site_id)
values
(?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
site_application
(active, connection_id, deletion_mark, reload_required, application_id, site_id)
values
(?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
site_application
(active, connection_id, deletion_mark, reload_required, application_id, site_id)
values
(?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
authgroup
(id, default_admin, description, name, version)
values
(default, ?, ?, ?, ?)
2019-09-26 16:19:20,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-2
Hibernate:
insert
into
authgroup
(id, default_admin, description, name, version)
values
(default, ?, ?, ?, ?)
2019-09-26 16:19:20,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-3
Hibernate:
insert
into
authgroup
(id, default_admin, description, name, version)
values
(default, ?, ?, ?, ?)
2019-09-26 16:19:20,453 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository repo
Hibernate:
insert
into
repository
(id, accepted_certs, active, description, digest, name, published, remote_repository_name, mode, type, strict, uri, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
2019-09-26 16:19:20,510 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingEnabled
2019-09-26 16:19:20,511 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.filebasedDeployment
2019-09-26 16:19:20,511 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.jspFileType
2019-09-26 16:19:20,512 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStorePassword
2019-09-26 16:19:20,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.platformRootPath
2019-09-26 16:19:20,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.manageDatabases
2019-09-26 16:19:20,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.appngData
2019-09-26 16:19:20,514 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cachePlatformFolder
2019-09-26 16:19:20,514 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryCert
2019-09-26 16:19:20,514 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.defaultTemplate
2019-09-26 16:19:20,516 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.devMode
2019-09-26 16:19:20,516 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.logfile
2019-09-26 16:19:20,517 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssAllowedTags
2019-09-26 16:19:20,517 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailDisabled
2019-09-26 16:19:20,519 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyRegEx
2019-09-26 16:19:20,520 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.formatOutput
2019-09-26 16:19:20,520 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sharedSecret
2019-09-26 16:19:20,520 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.ehcacheConfig
2019-09-26 16:19:20,521 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryPath
2019-09-26 16:19:20,521 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryVerifySignature
2019-09-26 16:19:20,521 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositorySignature
2019-09-26 16:19:20,522 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheApplicationFolder
2019-09-26 16:19:20,522 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.writeDebugFiles
2019-09-26 16:19:20,522 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryDefaultDigest
2019-09-26 16:19:20,522 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitorPerformance
2019-09-26 16:19:20,523 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mdcEnabled
2019-09-26 16:19:20,523 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.vHostMode
2019-09-26 16:19:20,523 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templateFolder
2019-09-26 16:19:20,524 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyErrorMessageKey
2019-09-26 16:19:20,524 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.locale
2019-09-26 16:19:20,525 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sessionTimeout
2019-09-26 16:19:20,526 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cleanTempFolderOnStartup
2019-09-26 16:19:20,526 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.encoding
2019-09-26 16:19:20,526 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.maxUploadSize
2019-09-26 16:19:20,527 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templatePrefix
2019-09-26 16:19:20,527 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStore
2019-09-26 16:19:20,527 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.imageMagickPath
2019-09-26 16:19:20,528 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databasePrefix
2019-09-26 16:19:20,528 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheFolder
2019-09-26 16:19:20,528 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupAddress
2019-09-26 16:19:20,528 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssProtect
2019-09-26 16:19:20,529 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailHost
2019-09-26 16:19:20,529 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.timeZone
2019-09-26 16:19:20,529 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheImageFolder
2019-09-26 16:19:20,530 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingReceiver
2019-09-26 16:19:20,530 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupPort
2019-09-26 16:19:20,530 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.csrfFilterEnabled
2019-09-26 16:19:20,531 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailPort
2019-09-26 16:19:20,531 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.uploadDir
2019-09-26 16:19:20,531 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.applicationDir
2019-09-26 16:19:20,532 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databaseValidationPeriod
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
update
subject
set
description=?,
digest=?,
email=?,
language=?,
name=?,
realname=?,
salt=?,
timezone=?,
type=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:20,603 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-1
Hibernate:
update
subject
set
description=?,
digest=?,
email=?,
language=?,
name=?,
realname=?,
salt=?,
timezone=?,
type=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:20,604 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-2
Hibernate:
update
subject
set
description=?,
digest=?,
email=?,
language=?,
name=?,
realname=?,
salt=?,
timezone=?,
type=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:20,605 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3
Hibernate:
update
resource
set
application_id=?,
bytes=?,
checksum=?,
description=?,
name=?,
type=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:20,607 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application manager
Hibernate:
update
resource
set
application_id=?,
bytes=?,
checksum=?,
description=?,
name=?,
type=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:20,609 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application bugtracker
Hibernate:
update
resource
set
application_id=?,
bytes=?,
checksum=?,
description=?,
name=?,
type=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:20,611 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application foobar
Hibernate:
update
role
set
application_id=?,
description=?,
name=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:20,612 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role admin
Hibernate:
update
role
set
application_id=?,
description=?,
name=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:20,613 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role user
Hibernate:
update
role
set
application_id=?,
description=?,
name=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:20,614 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role debugger
Hibernate:
insert
into
subject_authgroup
(subject_Id, group_id)
values
(?, ?)
Hibernate:
insert
into
subject_authgroup
(subject_Id, group_id)
values
(?, ?)
Hibernate:
insert
into
subject_authgroup
(subject_Id, group_id)
values
(?, ?)
Hibernate:
insert
into
role_permission
(role_id, permissions_id)
values
(?, ?)
Hibernate:
insert
into
role_permission
(role_id, permissions_id)
values
(?, ?)
Hibernate:
insert
into
role_permission
(role_id, permissions_id)
values
(?, ?)
Hibernate:
insert
into
authgroup_role
(authgroup_id, role_id)
values
(?, ?)
Hibernate:
insert
into
authgroup_role
(authgroup_id, role_id)
values
(?, ?)
Hibernate:
insert
into
authgroup_role
(authgroup_id, role_id)
values
(?, ?)
Hibernate:
insert
into
authgroup_role
(authgroup_id, role_id)
values
(?, ?)
Hibernate:
insert
into
authgroup_role
(authgroup_id, role_id)
values
(?, ?)
Hibernate:
insert
into
authgroup_role
(authgroup_id, role_id)
values
(?, ?)
Hibernate:
insert
into
authgroup_role
(authgroup_id, role_id)
values
(?, ?)
Hibernate:
insert
into
authgroup_role
(authgroup_id, role_id)
values
(?, ?)
Hibernate:
insert
into
authgroup_role
(authgroup_id, role_id)
values
(?, ?)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:20,645 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheClearOnShutdown
2019-09-26 16:19:20,646 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPrincipalScheme
2019-09-26 16:19:20,646 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapStartTls
2019-09-26 16:19:20,647 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapIdAttribute
2019-09-26 16:19:20,647 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPages
2019-09-26 16:19:20,647 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.host
2019-09-26 16:19:20,648 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPage
2019-09-26 16:19:20,648 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedPaths
2019-09-26 16:19:20,648 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionName
2019-09-26 16:19:20,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputFormat
2019-09-26 16:19:20,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.tagPrefix
2019-09-26 16:19:20,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.name
2019-09-26 16:19:20,650 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectionEnabled
2019-09-26 16:19:20,650 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUser
2019-09-26 16:19:20,650 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.timeZone
2019-09-26 16:19:20,650 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutRef
2019-09-26 16:19:20,651 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheExceptions
2019-09-26 16:19:20,651 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.encoding
2019-09-26 16:19:20,651 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authApplication
2019-09-26 16:19:20,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginPage
2019-09-26 16:19:20,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchChunkSize
2019-09-26 16:19:20,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.template
2019-09-26 16:19:20,653 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheStatistics
2019-09-26 16:19:20,653 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUserBaseDn
2019-09-26 16:19:20,653 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputType
2019-09-26 16:19:20,653 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportedLanguages
2019-09-26 16:19:20,654 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailPort
2019-09-26 16:19:20,654 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheBlockingTimeout
2019-09-26 16:19:20,654 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPage
2019-09-26 16:19:20,655 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.service-path
2019-09-26 16:19:20,655 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileSystemQueueSize
2019-09-26 16:19:20,655 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.siteRootDir
2019-09-26 16:19:20,656 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexConfig
2019-09-26 16:19:20,656 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapHost
2019-09-26 16:19:20,656 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchMaxHits
2019-09-26 16:19:20,657 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailHost
2019-09-26 16:19:20,657 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexTimeout
2019-09-26 16:19:20,657 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.DatasourceConfigurer
2019-09-26 16:19:20,657 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapDomain
2019-09-26 16:19:20,658 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedMethods
2019-09-26 16:19:20,658 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultApplication
2019-09-26 16:19:20,659 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.documentDir
2019-09-26 16:19:20,659 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.allowSkipRender
2019-09-26 16:19:20,659 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPageSize
2019-09-26 16:19:20,659 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheEnabled
2019-09-26 16:19:20,660 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutPage
2019-09-26 16:19:20,660 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPassword
2019-09-26 16:19:20,660 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileTypes
2019-09-26 16:19:20,661 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.assetsDir
2019-09-26 16:19:20,661 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginRef
2019-09-26 16:19:20,661 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.locale
2019-09-26 16:19:20,662 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapGroupBaseDn
2019-09-26 16:19:20,662 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexDir
2019-09-26 16:19:20,662 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.wwwDir
2019-09-26 16:19:20,662 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.enforcePrimaryDomain
2019-09-26 16:19:20,663 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportReloadFile
2019-09-26 16:19:20,663 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexQueueSize
2019-09-26 16:19:20,663 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.appendTabId
2019-09-26 16:19:20,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailDisabled
2019-09-26 16:19:20,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionValue
2019-09-26 16:19:20,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.manager-path
2019-09-26 16:19:20,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.xssExceptions
2019-09-26 16:19:20,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.rewriteConfig
2019-09-26 16:19:20,665 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#525859363 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:20,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheStatistics
2019-09-26 16:19:20,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectionEnabled
2019-09-26 16:19:20,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexTimeout
2019-09-26 16:19:20,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLoginRef
2019-09-26 16:19:20,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultApplication
2019-09-26 16:19:20,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.serviceOutputFormat
2019-09-26 16:19:20,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.allowSkipRender
2019-09-26 16:19:20,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.xssExceptions
2019-09-26 16:19:20,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutActionValue
2019-09-26 16:19:20,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexFileTypes
2019-09-26 16:19:20,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultPage
2019-09-26 16:19:20,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.enforcePrimaryDomain
2019-09-26 16:19:20,728 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapPassword
2019-09-26 16:19:20,728 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapDomain
2019-09-26 16:19:20,728 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.supportReloadFile
2019-09-26 16:19:20,729 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectedMethods
2019-09-26 16:19:20,729 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.wwwDir
2019-09-26 16:19:20,729 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheEnabled
2019-09-26 16:19:20,730 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapHost
2019-09-26 16:19:20,730 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutPage
2019-09-26 16:19:20,730 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.name
2019-09-26 16:19:20,731 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailHost
2019-09-26 16:19:20,731 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authApplication
2019-09-26 16:19:20,731 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailPort
2019-09-26 16:19:20,732 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapGroupBaseDn
2019-09-26 16:19:20,732 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.DatasourceConfigurer
2019-09-26 16:19:20,732 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.host
2019-09-26 16:19:20,733 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheExceptions
2019-09-26 16:19:20,733 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.supportedLanguages
2019-09-26 16:19:20,733 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.siteRootDir
2019-09-26 16:19:20,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexFileSystemQueueSize
2019-09-26 16:19:20,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLoginPage
2019-09-26 16:19:20,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapPrincipalScheme
2019-09-26 16:19:20,735 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexConfig
2019-09-26 16:19:20,735 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.timeZone
2019-09-26 16:19:20,735 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.tagPrefix
2019-09-26 16:19:20,736 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.service-path
2019-09-26 16:19:20,736 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapUser
2019-09-26 16:19:20,736 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.serviceOutputType
2019-09-26 16:19:20,737 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.searchChunkSize
2019-09-26 16:19:20,737 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.encoding
2019-09-26 16:19:20,737 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapStartTls
2019-09-26 16:19:20,738 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.documentDir
2019-09-26 16:19:20,738 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.template
2019-09-26 16:19:20,738 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.appendTabId
2019-09-26 16:19:20,738 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectedPaths
2019-09-26 16:19:20,739 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheBlockingTimeout
2019-09-26 16:19:20,739 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.rewriteConfig
2019-09-26 16:19:20,739 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.locale
2019-09-26 16:19:20,740 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapUserBaseDn
2019-09-26 16:19:20,740 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.errorPage
2019-09-26 16:19:20,740 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheClearOnShutdown
2019-09-26 16:19:20,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexDir
2019-09-26 16:19:20,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.searchMaxHits
2019-09-26 16:19:20,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultPageSize
2019-09-26 16:19:20,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailDisabled
2019-09-26 16:19:20,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutActionName
2019-09-26 16:19:20,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapIdAttribute
2019-09-26 16:19:20,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.errorPages
2019-09-26 16:19:20,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutRef
2019-09-26 16:19:20,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.assetsDir
2019-09-26 16:19:20,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexQueueSize
2019-09-26 16:19:20,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.manager-path
2019-09-26 16:19:20,744 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1835916981 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:20,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.errorPage
2019-09-26 16:19:20,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultPage
2019-09-26 16:19:20,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultPageSize
2019-09-26 16:19:20,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapGroupBaseDn
2019-09-26 16:19:20,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.assetsDir
2019-09-26 16:19:20,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapHost
2019-09-26 16:19:20,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.template
2019-09-26 16:19:20,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexDir
2019-09-26 16:19:20,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapStartTls
2019-09-26 16:19:20,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.searchChunkSize
2019-09-26 16:19:20,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapUserBaseDn
2019-09-26 16:19:20,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectedPaths
2019-09-26 16:19:20,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutActionValue
2019-09-26 16:19:20,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.DatasourceConfigurer
2019-09-26 16:19:20,793 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.encoding
2019-09-26 16:19:20,793 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexFileSystemQueueSize
2019-09-26 16:19:20,793 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.enforcePrimaryDomain
2019-09-26 16:19:20,793 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheEnabled
2019-09-26 16:19:20,794 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLoginPage
2019-09-26 16:19:20,794 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutPage
2019-09-26 16:19:20,794 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheExceptions
2019-09-26 16:19:20,795 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutActionName
2019-09-26 16:19:20,795 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.xssExceptions
2019-09-26 16:19:20,795 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapDomain
2019-09-26 16:19:20,795 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectionEnabled
2019-09-26 16:19:20,796 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.supportedLanguages
2019-09-26 16:19:20,796 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.supportReloadFile
2019-09-26 16:19:20,796 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapUser
2019-09-26 16:19:20,797 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.siteRootDir
2019-09-26 16:19:20,797 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.service-path
2019-09-26 16:19:20,797 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexConfig
2019-09-26 16:19:20,797 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.rewriteConfig
2019-09-26 16:19:20,798 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexTimeout
2019-09-26 16:19:20,798 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailHost
2019-09-26 16:19:20,798 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexFileTypes
2019-09-26 16:19:20,799 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutRef
2019-09-26 16:19:20,799 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailPort
2019-09-26 16:19:20,799 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.locale
2019-09-26 16:19:20,799 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheClearOnShutdown
2019-09-26 16:19:20,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.documentDir
2019-09-26 16:19:20,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.tagPrefix
2019-09-26 16:19:20,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexQueueSize
2019-09-26 16:19:20,801 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultApplication
2019-09-26 16:19:20,801 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLoginRef
2019-09-26 16:19:20,801 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapPassword
2019-09-26 16:19:20,801 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapPrincipalScheme
2019-09-26 16:19:20,802 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.serviceOutputType
2019-09-26 16:19:20,802 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.timeZone
2019-09-26 16:19:20,802 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.appendTabId
2019-09-26 16:19:20,803 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapIdAttribute
2019-09-26 16:19:20,803 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.host
2019-09-26 16:19:20,803 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.allowSkipRender
2019-09-26 16:19:20,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.wwwDir
2019-09-26 16:19:20,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailDisabled
2019-09-26 16:19:20,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.errorPages
2019-09-26 16:19:20,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.serviceOutputFormat
2019-09-26 16:19:20,805 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authApplication
2019-09-26 16:19:20,805 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheBlockingTimeout
2019-09-26 16:19:20,805 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheStatistics
2019-09-26 16:19:20,805 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.searchMaxHits
2019-09-26 16:19:20,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectedMethods
2019-09-26 16:19:20,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.manager-path
2019-09-26 16:19:20,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.name
2019-09-26 16:19:20,807 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#227158811 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
groupimpl0_.id as id1_1_,
groupimpl0_.default_admin as default_2_1_,
groupimpl0_.description as descript3_1_,
groupimpl0_.name as name4_1_,
groupimpl0_.version as version5_1_
from
authgroup groupimpl0_
where
groupimpl0_.name=?
Hibernate:
select
applicatio0_.id as id1_0_,
applicatio0_.appng_version as appng_ve2_0_,
applicatio0_.application_version as applicat3_0_,
applicatio0_.description as descript4_0_,
applicatio0_.displayName as displayN5_0_,
applicatio0_.fileBased as fileBase6_0_,
applicatio0_.hidden as hidden7_0_,
applicatio0_.longDescription as longDesc8_0_,
applicatio0_.name as name9_0_,
applicatio0_.privileged as privile10_0_,
applicatio0_.snapshot as snapsho11_0_,
applicatio0_.time_stamp as time_st12_0_,
applicatio0_.version as version13_0_
from
application applicatio0_
where
applicatio0_.name=?
Hibernate:
select
roleimpl0_.id as id1_9_,
roleimpl0_.application_id as applicat5_9_,
roleimpl0_.description as descript2_9_,
roleimpl0_.name as name3_9_,
roleimpl0_.version as version4_9_
from
role roleimpl0_
left outer join
application applicatio1_
on roleimpl0_.application_id=applicatio1_.id
where
applicatio1_.id=?
and roleimpl0_.name=?
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
update
authgroup
set
default_admin=?,
description=?,
name=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:20,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1
Hibernate:
update
authgroup
set
default_admin=?,
description=?,
name=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:20,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-2
Hibernate:
update
authgroup
set
default_admin=?,
description=?,
name=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:20,864 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-3
Hibernate:
delete
from
authgroup_role
where
authgroup_id=?
and role_id=?
Hibernate:
delete
from
authgroup_role
where
authgroup_id=?
and role_id=?
Hibernate:
delete
from
authgroup_role
where
authgroup_id=?
and role_id=?
Hibernate:
delete
from
authgroup_role
where
authgroup_id=?
and role_id=?
Hibernate:
delete
from
authgroup_role
where
authgroup_id=?
and role_id=?
Hibernate:
delete
from
authgroup_role
where
authgroup_id=?
and role_id=?
Hibernate:
select
groupimpl0_.id as id1_1_,
groupimpl0_.default_admin as default_2_1_,
groupimpl0_.description as descript3_1_,
groupimpl0_.name as name4_1_,
groupimpl0_.version as version5_1_
from
authgroup groupimpl0_
where
groupimpl0_.name=?
2019-09-26 16:19:20,872 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@65880400, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:20,874 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@f5a680, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:20,943 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#78081168 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:20,968 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#724611679 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,000 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2107902964 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
subjectimp0_.id as id1_14_,
subjectimp0_.description as descript2_14_,
subjectimp0_.digest as digest3_14_,
subjectimp0_.email as email4_14_,
subjectimp0_.language as language5_14_,
subjectimp0_.name as name6_14_,
subjectimp0_.realname as realname7_14_,
subjectimp0_.salt as salt8_14_,
subjectimp0_.timezone as timezone9_14_,
subjectimp0_.type as type10_14_,
subjectimp0_.version as version11_14_
from
subject subjectimp0_
where
subjectimp0_.name=?
Hibernate:
select
groupimpl0_.id as col_0_0_
from
authgroup groupimpl0_
where
groupimpl0_.name in (
? , ? , ?
)
Hibernate:
select
groups0_.subject_Id as subject_1_15_0_,
groups0_.group_id as group_id2_15_0_,
groupimpl1_.id as id1_1_1_,
groupimpl1_.default_admin as default_2_1_1_,
groupimpl1_.description as descript3_1_1_,
groupimpl1_.name as name4_1_1_,
groupimpl1_.version as version5_1_1_
from
subject_authgroup groups0_
inner join
authgroup groupimpl1_
on groups0_.group_id=groupimpl1_.id
where
groups0_.subject_Id=?
Hibernate:
select
groupimpl0_.id as id1_1_,
groupimpl0_.default_admin as default_2_1_,
groupimpl0_.description as descript3_1_,
groupimpl0_.name as name4_1_,
groupimpl0_.version as version5_1_
from
authgroup groupimpl0_
where
groupimpl0_.id in (
? , ? , ?
)
Hibernate:
select
subjects0_.group_id as group_id2_15_0_,
subjects0_.subject_Id as subject_1_15_0_,
subjectimp1_.id as id1_14_1_,
subjectimp1_.description as descript2_14_1_,
subjectimp1_.digest as digest3_14_1_,
subjectimp1_.email as email4_14_1_,
subjectimp1_.language as language5_14_1_,
subjectimp1_.name as name6_14_1_,
subjectimp1_.realname as realname7_14_1_,
subjectimp1_.salt as salt8_14_1_,
subjectimp1_.timezone as timezone9_14_1_,
subjectimp1_.type as type10_14_1_,
subjectimp1_.version as version11_14_1_
from
subject_authgroup subjects0_
inner join
subject subjectimp1_
on subjects0_.subject_Id=subjectimp1_.id
where
subjects0_.group_id=?
Hibernate:
select
subjects0_.group_id as group_id2_15_0_,
subjects0_.subject_Id as subject_1_15_0_,
subjectimp1_.id as id1_14_1_,
subjectimp1_.description as descript2_14_1_,
subjectimp1_.digest as digest3_14_1_,
subjectimp1_.email as email4_14_1_,
subjectimp1_.language as language5_14_1_,
subjectimp1_.name as name6_14_1_,
subjectimp1_.realname as realname7_14_1_,
subjectimp1_.salt as salt8_14_1_,
subjectimp1_.timezone as timezone9_14_1_,
subjectimp1_.type as type10_14_1_,
subjectimp1_.version as version11_14_1_
from
subject_authgroup subjects0_
inner join
subject subjectimp1_
on subjects0_.subject_Id=subjectimp1_.id
where
subjects0_.group_id=?
Hibernate:
select
subjects0_.group_id as group_id2_15_0_,
subjects0_.subject_Id as subject_1_15_0_,
subjectimp1_.id as id1_14_1_,
subjectimp1_.description as descript2_14_1_,
subjectimp1_.digest as digest3_14_1_,
subjectimp1_.email as email4_14_1_,
subjectimp1_.language as language5_14_1_,
subjectimp1_.name as name6_14_1_,
subjectimp1_.realname as realname7_14_1_,
subjectimp1_.salt as salt8_14_1_,
subjectimp1_.timezone as timezone9_14_1_,
subjectimp1_.type as type10_14_1_,
subjectimp1_.version as version11_14_1_
from
subject_authgroup subjects0_
inner join
subject subjectimp1_
on subjects0_.subject_Id=subjectimp1_.id
where
subjects0_.group_id=?
Hibernate:
update
subject
set
description=?,
digest=?,
email=?,
language=?,
name=?,
realname=?,
salt=?,
timezone=?,
type=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:21,021 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-1
Hibernate:
delete
from
subject_authgroup
where
subject_Id=?
Hibernate:
insert
into
subject_authgroup
(subject_Id, group_id)
values
(?, ?)
Hibernate:
insert
into
subject_authgroup
(subject_Id, group_id)
values
(?, ?)
Hibernate:
insert
into
subject_authgroup
(subject_Id, group_id)
values
(?, ?)
Hibernate:
select
subjectimp0_.id as id1_14_,
subjectimp0_.description as descript2_14_,
subjectimp0_.digest as digest3_14_,
subjectimp0_.email as email4_14_,
subjectimp0_.language as language5_14_,
subjectimp0_.name as name6_14_,
subjectimp0_.realname as realname7_14_,
subjectimp0_.salt as salt8_14_,
subjectimp0_.timezone as timezone9_14_,
subjectimp0_.type as type10_14_,
subjectimp0_.version as version11_14_
from
subject subjectimp0_
where
subjectimp0_.name=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
2019-09-26 16:19:21,029 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@f5a680, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:21,030 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@31c800a5, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,062 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1398998658 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,086 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1650994894 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,106 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1631050884 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
Hibernate:
select
groupimpl0_.id as id1_1_,
groupimpl0_.default_admin as default_2_1_,
groupimpl0_.description as descript3_1_,
groupimpl0_.name as name4_1_,
groupimpl0_.version as version5_1_
from
authgroup groupimpl0_
where
groupimpl0_.name=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
Hibernate:
update
authgroup
set
default_admin=?,
description=?,
name=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:21,139 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1
Hibernate:
insert
into
authgroup_role
(authgroup_id, role_id)
values
(?, ?)
2019-09-26 16:19:21,140 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@31c800a5, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:21,144 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@37c49a55, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,175 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1124973744 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,191 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1612952911 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,209 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1536199789 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
Hibernate:
select
applicatio0_.id as id1_0_,
applicatio0_.appng_version as appng_ve2_0_,
applicatio0_.application_version as applicat3_0_,
applicatio0_.description as descript4_0_,
applicatio0_.displayName as displayN5_0_,
applicatio0_.fileBased as fileBase6_0_,
applicatio0_.hidden as hidden7_0_,
applicatio0_.longDescription as longDesc8_0_,
applicatio0_.name as name9_0_,
applicatio0_.privileged as privile10_0_,
applicatio0_.snapshot as snapsho11_0_,
applicatio0_.time_stamp as time_st12_0_,
applicatio0_.version as version13_0_
from
application applicatio0_
where
applicatio0_.name=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
2019-09-26 16:19:21,248 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/ROOT/WEB-INF/cache/platform/site-1/foobar
2019-09-26 16:19:21,248 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/ROOT/WEB-INF/cache/application/site-1/foobar
Hibernate:
select
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.active as active3_12_0_,
siteapplic0_.connection_id as connecti6_12_0_,
siteapplic0_.deletion_mark as deletion4_12_0_,
siteapplic0_.reload_required as reload_r5_12_0_
from
site_application siteapplic0_
where
siteapplic0_.application_id=?
and siteapplic0_.site_id=?
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
2019-09-26 16:19:21,252 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Assigned application foobar to site site-1
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
2019-09-26 16:19:21,259 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.foobar.foobar
Hibernate:
insert
into
site_application
(active, connection_id, deletion_mark, reload_required, application_id, site_id)
values
(?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
2019-09-26 16:19:21,265 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@37c49a55, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:21,268 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5a110e7d, testMethod = testAssignApplicationToSiteErroneous@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,296 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#91147932 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,312 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1399313519 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,325 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1021339581 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
Hibernate:
select
applicatio0_.id as id1_0_,
applicatio0_.appng_version as appng_ve2_0_,
applicatio0_.application_version as applicat3_0_,
applicatio0_.description as descript4_0_,
applicatio0_.displayName as displayN5_0_,
applicatio0_.fileBased as fileBase6_0_,
applicatio0_.hidden as hidden7_0_,
applicatio0_.longDescription as longDesc8_0_,
applicatio0_.name as name9_0_,
applicatio0_.privileged as privile10_0_,
applicatio0_.snapshot as snapsho11_0_,
applicatio0_.time_stamp as time_st12_0_,
applicatio0_.version as version13_0_
from
application applicatio0_
where
applicatio0_.name=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
2019-09-26 16:19:21,361 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5a110e7d, testMethod = testAssignApplicationToSiteErroneous@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:21,363 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@684a34f4, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,390 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1203429941 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,404 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#847575327 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,417 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#905962412 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
subjectimp0_.id as id1_14_0_,
subjectimp0_.description as descript2_14_0_,
subjectimp0_.digest as digest3_14_0_,
subjectimp0_.email as email4_14_0_,
subjectimp0_.language as language5_14_0_,
subjectimp0_.name as name6_14_0_,
subjectimp0_.realname as realname7_14_0_,
subjectimp0_.salt as salt8_14_0_,
subjectimp0_.timezone as timezone9_14_0_,
subjectimp0_.type as type10_14_0_,
subjectimp0_.version as version11_14_0_
from
subject subjectimp0_
where
subjectimp0_.id=?
Hibernate:
select
groups0_.subject_Id as subject_1_15_0_,
groups0_.group_id as group_id2_15_0_,
groupimpl1_.id as id1_1_1_,
groupimpl1_.default_admin as default_2_1_1_,
groupimpl1_.description as descript3_1_1_,
groupimpl1_.name as name4_1_1_,
groupimpl1_.version as version5_1_1_
from
subject_authgroup groups0_
inner join
authgroup groupimpl1_
on groups0_.group_id=groupimpl1_.id
where
groups0_.subject_Id=?
Hibernate:
select
groupimpl0_.id as id1_1_,
groupimpl0_.default_admin as default_2_1_,
groupimpl0_.description as descript3_1_,
groupimpl0_.name as name4_1_,
groupimpl0_.version as version5_1_
from
authgroup groupimpl0_
where
groupimpl0_.id in (
? , ? , ?
)
Hibernate:
select
subjects0_.group_id as group_id2_15_0_,
subjects0_.subject_Id as subject_1_15_0_,
subjectimp1_.id as id1_14_1_,
subjectimp1_.description as descript2_14_1_,
subjectimp1_.digest as digest3_14_1_,
subjectimp1_.email as email4_14_1_,
subjectimp1_.language as language5_14_1_,
subjectimp1_.name as name6_14_1_,
subjectimp1_.realname as realname7_14_1_,
subjectimp1_.salt as salt8_14_1_,
subjectimp1_.timezone as timezone9_14_1_,
subjectimp1_.type as type10_14_1_,
subjectimp1_.version as version11_14_1_
from
subject_authgroup subjects0_
inner join
subject subjectimp1_
on subjects0_.subject_Id=subjectimp1_.id
where
subjects0_.group_id=?
Hibernate:
select
subjects0_.group_id as group_id2_15_0_,
subjects0_.subject_Id as subject_1_15_0_,
subjectimp1_.id as id1_14_1_,
subjectimp1_.description as descript2_14_1_,
subjectimp1_.digest as digest3_14_1_,
subjectimp1_.email as email4_14_1_,
subjectimp1_.language as language5_14_1_,
subjectimp1_.name as name6_14_1_,
subjectimp1_.realname as realname7_14_1_,
subjectimp1_.salt as salt8_14_1_,
subjectimp1_.timezone as timezone9_14_1_,
subjectimp1_.type as type10_14_1_,
subjectimp1_.version as version11_14_1_
from
subject_authgroup subjects0_
inner join
subject subjectimp1_
on subjects0_.subject_Id=subjectimp1_.id
where
subjects0_.group_id=?
Hibernate:
select
subjects0_.group_id as group_id2_15_0_,
subjects0_.subject_Id as subject_1_15_0_,
subjectimp1_.id as id1_14_1_,
subjectimp1_.description as descript2_14_1_,
subjectimp1_.digest as digest3_14_1_,
subjectimp1_.email as email4_14_1_,
subjectimp1_.language as language5_14_1_,
subjectimp1_.name as name6_14_1_,
subjectimp1_.realname as realname7_14_1_,
subjectimp1_.salt as salt8_14_1_,
subjectimp1_.timezone as timezone9_14_1_,
subjectimp1_.type as type10_14_1_,
subjectimp1_.version as version11_14_1_
from
subject_authgroup subjects0_
inner join
subject subjectimp1_
on subjects0_.subject_Id=subjectimp1_.id
where
subjects0_.group_id=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
2019-09-26 16:19:21,430 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@684a34f4, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:21,432 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@16c3388e, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,456 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1935820073 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,471 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#162250297 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,484 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#267263538 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:21,485 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.foobaz
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name=?
2019-09-26 16:19:21,490 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@16c3388e, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:21,492 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5ba7391b, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,514 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#119539458 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,531 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1385539444 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,541 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1443971913 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:21,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository name
Hibernate:
insert
into
repository
(id, accepted_certs, active, description, digest, name, published, remote_repository_name, mode, type, strict, uri, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:21,547 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5ba7391b, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:21,549 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3884e858, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,569 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#502756179 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,582 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#146437128 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,592 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1650273133 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:21,594 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection testconection
Hibernate:
insert
into
database_connection
(id, active, description, driver_class, jdbc_url, managed, max_connections, min_connections, name, password, site_id, type, username, validation_query, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:21,598 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3884e858, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:21,599 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@53d94a6b, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,617 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#37276358 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,627 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1463312738 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,636 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#537705315 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:21,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group groupy-group
Hibernate:
insert
into
authgroup
(id, default_admin, description, name, version)
values
(default, ?, ?, ?, ?)
2019-09-26 16:19:21,641 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@53d94a6b, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:21,643 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@24df4805, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,660 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2075097757 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,669 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1400787678 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,679 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#258076782 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
applicatio0_.id as id1_0_0_,
applicatio0_.appng_version as appng_ve2_0_0_,
applicatio0_.application_version as applicat3_0_0_,
applicatio0_.description as descript4_0_0_,
applicatio0_.displayName as displayN5_0_0_,
applicatio0_.fileBased as fileBase6_0_0_,
applicatio0_.hidden as hidden7_0_0_,
applicatio0_.longDescription as longDesc8_0_0_,
applicatio0_.name as name9_0_0_,
applicatio0_.privileged as privile10_0_0_,
applicatio0_.snapshot as snapsho11_0_0_,
applicatio0_.time_stamp as time_st12_0_0_,
applicatio0_.version as version13_0_0_
from
application applicatio0_
where
applicatio0_.id=?
2019-09-26 16:19:21,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.manager.foo
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name=?
2019-09-26 16:19:21,682 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@24df4805, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:21,684 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1b513ce8, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,700 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1015333679 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,709 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#905812091 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,717 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#647641020 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
2019-09-26 16:19:21,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.foo
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name=?
2019-09-26 16:19:21,721 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1b513ce8, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:21,723 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@15eaa2ce, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,737 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#541434985 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,746 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2086207545 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,757 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1770055274 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
applicatio0_.id as id1_0_0_,
applicatio0_.appng_version as appng_ve2_0_0_,
applicatio0_.application_version as applicat3_0_0_,
applicatio0_.description as descript4_0_0_,
applicatio0_.displayName as displayN5_0_0_,
applicatio0_.fileBased as fileBase6_0_0_,
applicatio0_.hidden as hidden7_0_0_,
applicatio0_.longDescription as longDesc8_0_0_,
applicatio0_.name as name9_0_0_,
applicatio0_.privileged as privile10_0_0_,
applicatio0_.snapshot as snapsho11_0_0_,
applicatio0_.time_stamp as time_st12_0_0_,
applicatio0_.version as version13_0_0_
from
application applicatio0_
where
applicatio0_.id=?
2019-09-26 16:19:21,759 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.manager.foo
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name=?
2019-09-26 16:19:21,762 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@15eaa2ce, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:21,763 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@347074a9, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,777 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1905768812 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,785 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#317455462 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,792 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#997588432 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,796 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLoginPage
2019-09-26 16:19:21,796 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.siteRootDir
2019-09-26 16:19:21,796 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultApplication
2019-09-26 16:19:21,796 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.xssExceptions
2019-09-26 16:19:21,797 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.assetsDir
2019-09-26 16:19:21,797 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.service-path
2019-09-26 16:19:21,797 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheStatistics
2019-09-26 16:19:21,797 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.supportReloadFile
2019-09-26 16:19:21,797 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.errorPage
2019-09-26 16:19:21,798 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.name
2019-09-26 16:19:21,798 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapIdAttribute
2019-09-26 16:19:21,798 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.locale
2019-09-26 16:19:21,798 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheExceptions
2019-09-26 16:19:21,799 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.documentDir
2019-09-26 16:19:21,799 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectedMethods
2019-09-26 16:19:21,799 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapHost
2019-09-26 16:19:21,799 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutRef
2019-09-26 16:19:21,799 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLoginRef
2019-09-26 16:19:21,799 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapPrincipalScheme
2019-09-26 16:19:21,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.manager-path
2019-09-26 16:19:21,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.searchMaxHits
2019-09-26 16:19:21,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheClearOnShutdown
2019-09-26 16:19:21,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.appendTabId
2019-09-26 16:19:21,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.enforcePrimaryDomain
2019-09-26 16:19:21,801 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectionEnabled
2019-09-26 16:19:21,801 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutActionValue
2019-09-26 16:19:21,801 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailDisabled
2019-09-26 16:19:21,801 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapDomain
2019-09-26 16:19:21,801 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheEnabled
2019-09-26 16:19:21,801 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.wwwDir
2019-09-26 16:19:21,802 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.DatasourceConfigurer
2019-09-26 16:19:21,802 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.host
2019-09-26 16:19:21,802 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexDir
2019-09-26 16:19:21,802 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultPageSize
2019-09-26 16:19:21,802 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutPage
2019-09-26 16:19:21,803 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheBlockingTimeout
2019-09-26 16:19:21,803 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexFileTypes
2019-09-26 16:19:21,803 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.errorPages
2019-09-26 16:19:21,803 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.encoding
2019-09-26 16:19:21,803 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutActionName
2019-09-26 16:19:21,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexQueueSize
2019-09-26 16:19:21,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.tagPrefix
2019-09-26 16:19:21,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapUser
2019-09-26 16:19:21,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.serviceOutputType
2019-09-26 16:19:21,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexFileSystemQueueSize
2019-09-26 16:19:21,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.searchChunkSize
2019-09-26 16:19:21,805 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.template
2019-09-26 16:19:21,805 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.supportedLanguages
2019-09-26 16:19:21,805 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultPage
2019-09-26 16:19:21,805 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.rewriteConfig
2019-09-26 16:19:21,805 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexConfig
2019-09-26 16:19:21,805 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.allowSkipRender
2019-09-26 16:19:21,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapStartTls
2019-09-26 16:19:21,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexTimeout
2019-09-26 16:19:21,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectedPaths
2019-09-26 16:19:21,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailPort
2019-09-26 16:19:21,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.serviceOutputFormat
2019-09-26 16:19:21,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapUserBaseDn
2019-09-26 16:19:21,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailHost
2019-09-26 16:19:21,807 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapPassword
2019-09-26 16:19:21,807 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.timeZone
2019-09-26 16:19:21,807 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapGroupBaseDn
2019-09-26 16:19:21,807 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authApplication
2019-09-26 16:19:21,809 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site example
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
site
(id, active, create_repository, description, domain, host, name, version)
values
(default, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:21,845 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@347074a9, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:21,847 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@40a32c25, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,878 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1898634244 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,890 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#530498535 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,900 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1093383199 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,908 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#716141396 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:21,910 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject john
Hibernate:
insert
into
subject
(id, description, digest, email, language, name, realname, salt, timezone, type, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:21,912 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@40a32c25, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:21,915 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7677d320, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,932 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#187813227 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,941 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#581564963 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,950 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#18070049 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,959 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#763355904 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
repository0_.id as id1_7_,
repository0_.accepted_certs as accepted2_7_,
repository0_.active as active3_7_,
repository0_.description as descript4_7_,
repository0_.digest as digest5_7_,
repository0_.name as name6_7_,
repository0_.published as publishe7_7_,
repository0_.remote_repository_name as remote_r8_7_,
repository0_.mode as mode9_7_,
repository0_.type as type10_7_,
repository0_.strict as strict11_7_,
repository0_.uri as uri12_7_,
repository0_.version as version13_7_
from
repository repository0_
where
repository0_.name=?
Hibernate:
delete
from
repository
where
id=?
and version=?
2019-09-26 16:19:21,970 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Repository name
2019-09-26 16:19:21,970 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7677d320, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:21,974 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@15b54cb7, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:21,993 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1603465024 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,005 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1731824557 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,021 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1903317598 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,030 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1078259835 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
groupimpl0_.id as id1_1_,
groupimpl0_.default_admin as default_2_1_,
groupimpl0_.description as descript3_1_,
groupimpl0_.name as name4_1_,
groupimpl0_.version as version5_1_
from
authgroup groupimpl0_
inner join
authgroup_role roles1_
on groupimpl0_.id=roles1_.authgroup_id
inner join
role roleimpl2_
on roles1_.role_id=roleimpl2_.id
where
roleimpl2_.id=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
Hibernate:
update
authgroup
set
default_admin=?,
description=?,
name=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:22,036 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1
Hibernate:
delete
from
role_permission
where
role_id=?
Hibernate:
delete
from
authgroup_role
where
authgroup_id=?
and role_id=?
Hibernate:
delete
from
role
where
id=?
and version=?
2019-09-26 16:19:22,037 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role admin
2019-09-26 16:19:22,038 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@15b54cb7, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:22,041 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1f664881, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,058 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1786416670 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,069 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#164692088 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,079 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#305361652 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,088 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1575446984 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
roleimpl0_.id as id1_9_0_,
roleimpl0_.application_id as applicat5_9_0_,
roleimpl0_.description as descript2_9_0_,
roleimpl0_.name as name3_9_0_,
roleimpl0_.version as version4_9_0_,
applicatio1_.id as id1_0_1_,
applicatio1_.appng_version as appng_ve2_0_1_,
applicatio1_.application_version as applicat3_0_1_,
applicatio1_.description as descript4_0_1_,
applicatio1_.displayName as displayN5_0_1_,
applicatio1_.fileBased as fileBase6_0_1_,
applicatio1_.hidden as hidden7_0_1_,
applicatio1_.longDescription as longDesc8_0_1_,
applicatio1_.name as name9_0_1_,
applicatio1_.privileged as privile10_0_1_,
applicatio1_.snapshot as snapsho11_0_1_,
applicatio1_.time_stamp as time_st12_0_1_,
applicatio1_.version as version13_0_1_
from
role roleimpl0_
left outer join
application applicatio1_
on roleimpl0_.application_id=applicatio1_.id
where
roleimpl0_.id=?
2019-09-26 16:19:22,090 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1f664881, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:22,092 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@16acf986, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [true]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,109 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#542923984 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,118 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#160531591 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,128 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2085255024 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,137 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2041336062 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
applicatio0_.id as id1_0_,
applicatio0_.appng_version as appng_ve2_0_,
applicatio0_.application_version as applicat3_0_,
applicatio0_.description as descript4_0_,
applicatio0_.displayName as displayN5_0_,
applicatio0_.fileBased as fileBase6_0_,
applicatio0_.hidden as hidden7_0_,
applicatio0_.longDescription as longDesc8_0_,
applicatio0_.name as name9_0_,
applicatio0_.privileged as privile10_0_,
applicatio0_.snapshot as snapsho11_0_,
applicatio0_.time_stamp as time_st12_0_,
applicatio0_.version as version13_0_
from
application applicatio0_
where
applicatio0_.name=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as id1_11_,
siteimpl0_.active as active2_11_,
siteimpl0_.create_repository as create_r3_11_,
siteimpl0_.description as descript4_11_,
siteimpl0_.domain as domain5_11_,
siteimpl0_.host as host6_11_,
siteimpl0_.name as name7_11_,
siteimpl0_.version as version8_11_
from
site siteimpl0_
inner join
site_application siteapplic1_
on siteimpl0_.id=siteapplic1_.site_id
where
siteapplic1_.application_id=?
and siteimpl0_.active=?
Hibernate:
select
siteimpl0_.id as id1_11_,
siteimpl0_.active as active2_11_,
siteimpl0_.create_repository as create_r3_11_,
siteimpl0_.description as descript4_11_,
siteimpl0_.domain as domain5_11_,
siteimpl0_.host as host6_11_,
siteimpl0_.name as name7_11_,
siteimpl0_.version as version8_11_
from
site siteimpl0_
inner join
site_application siteapplic1_
on siteimpl0_.id=siteapplic1_.site_id
where
siteapplic1_.application_id=?
and siteimpl0_.active=?
2019-09-26 16:19:22,147 ERROR [main] org.appng.core.service.CoreService: Cannot delete application with ID 2: bugtracker
2019-09-26 16:19:22,149 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@16acf986, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:22,151 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@71d4b83b, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,169 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1984431920 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,180 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1674022494 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,189 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1795659476 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,197 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1954526385 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_,
siteimpl0_.active as active2_11_,
siteimpl0_.create_repository as create_r3_11_,
siteimpl0_.description as descript4_11_,
siteimpl0_.domain as domain5_11_,
siteimpl0_.host as host6_11_,
siteimpl0_.name as name7_11_,
siteimpl0_.version as version8_11_
from
site siteimpl0_
where
siteimpl0_.name=?
2019-09-26 16:19:22,200 INFO [main] org.appng.core.service.CoreService: starting deletion of site site-3
Hibernate:
select
siteapplic0_.application_id as applicat1_12_,
siteapplic0_.site_id as site_id2_12_,
siteapplic0_.active as active3_12_,
siteapplic0_.connection_id as connecti6_12_,
siteapplic0_.deletion_mark as deletion4_12_,
siteapplic0_.reload_required as reload_r5_12_
from
site_application siteapplic0_
left outer join
sites_granted grantedsit1_
on siteapplic0_.application_id=grantedsit1_.application_id
and siteapplic0_.site_id=grantedsit1_.site_id
left outer join
site siteimpl2_
on grantedsit1_.granted_site_id=siteimpl2_.id
where
siteimpl2_.id in (
?
)
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
2019-09-26 16:19:22,208 INFO [main] org.appng.core.service.CoreService: unlinking application foobar from site site-3, status of database-connection is NO_DB_SUPPORTED
2019-09-26 16:19:22,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application foobar from site site-3
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
delete
from
sites_granted
where
application_id=?
and site_id=?
Hibernate:
delete
from
site_application
where
application_id=?
and site_id=?
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,219 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.DatasourceConfigurer
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,219 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.allowSkipRender
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,220 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.appendTabId
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,220 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.assetsDir
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,221 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authApplication
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,221 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLoginPage
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,222 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLoginRef
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,222 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutActionName
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,223 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutActionValue
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,223 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutPage
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,224 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutRef
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,224 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectedMethods
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,225 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectedPaths
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,226 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectionEnabled
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,226 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultApplication
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,227 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultPage
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,228 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultPageSize
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,228 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.documentDir
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,229 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheBlockingTimeout
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,229 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheClearOnShutdown
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,230 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheEnabled
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,230 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheExceptions
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,231 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheStatistics
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,231 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.encoding
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,232 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.enforcePrimaryDomain
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,233 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.errorPage
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,233 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.errorPages
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,234 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.host
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,234 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexConfig
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,235 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexDir
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,235 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexFileSystemQueueSize
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,236 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexFileTypes
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,236 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexQueueSize
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,237 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexTimeout
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,237 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapDomain
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,237 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapGroupBaseDn
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,238 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapHost
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,238 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapIdAttribute
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,239 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapPassword
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,240 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapPrincipalScheme
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,241 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapStartTls
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,241 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapUser
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,242 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapUserBaseDn
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,242 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.locale
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,242 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailDisabled
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,243 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailHost
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,243 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailPort
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,244 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.manager-path
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,244 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.name
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,245 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.rewriteConfig
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,245 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.searchChunkSize
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,246 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.searchMaxHits
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,246 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.service-path
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,247 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.serviceOutputFormat
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,247 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.serviceOutputType
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,248 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.siteRootDir
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,248 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.supportReloadFile
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,249 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.supportedLanguages
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,249 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.tagPrefix
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,250 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.template
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,250 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.timeZone
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,251 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.wwwDir
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,251 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.xssExceptions
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
databaseco0_.id as id1_3_,
databaseco0_.active as active2_3_,
databaseco0_.description as descript3_3_,
databaseco0_.driver_class as driver_c4_3_,
databaseco0_.jdbc_url as jdbc_url5_3_,
databaseco0_.managed as managed6_3_,
databaseco0_.max_connections as max_conn7_3_,
databaseco0_.min_connections as min_conn8_3_,
databaseco0_.name as name9_3_,
databaseco0_.password as passwor10_3_,
databaseco0_.site_id as site_id15_3_,
databaseco0_.type as type11_3_,
databaseco0_.username as usernam12_3_,
databaseco0_.validation_query as validat13_3_,
databaseco0_.version as version14_3_
from
database_connection databaseco0_
where
databaseco0_.site_id=?
2019-09-26 16:19:22,254 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
2019-09-26 16:19:22,257 INFO [main] org.appng.core.service.CoreService: done deleting site site-3
Hibernate:
delete
from
site
where
id=?
and version=?
2019-09-26 16:19:22,259 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Site site-3
2019-09-26 16:19:22,259 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@71d4b83b, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:22,267 INFO [Time-limited test] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@63c73ee, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,298 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#430082807 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,308 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#809879385 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,316 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#517996189 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,328 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STARTING
2019-09-26 16:19:22,357 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STARTED
2019-09-26 16:19:22,360 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2
2019-09-26 16:19:22,360 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2
2019-09-26 16:19:22,428 INFO [Time-limited test] org.appng.core.service.CoreService: starting deletion of site site-2
Hibernate:
select
siteapplic0_.application_id as applicat1_12_,
siteapplic0_.site_id as site_id2_12_,
siteapplic0_.active as active3_12_,
siteapplic0_.connection_id as connecti6_12_,
siteapplic0_.deletion_mark as deletion4_12_,
siteapplic0_.reload_required as reload_r5_12_
from
site_application siteapplic0_
left outer join
sites_granted grantedsit1_
on siteapplic0_.application_id=grantedsit1_.application_id
and siteapplic0_.site_id=grantedsit1_.site_id
left outer join
site siteimpl2_
on grantedsit1_.granted_site_id=siteimpl2_.id
where
siteimpl2_.id in (
?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
2019-09-26 16:19:22,432 INFO [Time-limited test] org.appng.core.service.CoreService: unlinking application bugtracker from site site-2, status of database-connection is NO_DB_SUPPORTED
2019-09-26 16:19:22,432 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application bugtracker from site site-2
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
2019-09-26 16:19:22,438 INFO [Time-limited test] org.appng.core.service.CoreService: destroying site site-2 [STOPPING] (#1278343471)
2019-09-26 16:19:22,438 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STOPPING
2019-09-26 16:19:22,440 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2
2019-09-26 16:19:22,438 INFO [Time-limited test] org.appng.core.domain.SiteImpl: closing context for site site-2 [STOPPING] (#1278343471)
2019-09-26 16:19:22,446 INFO [Time-limited test] org.appng.core.service.CoreService: destroying site site-2 [STOPPING] (#1278343471) complete
2019-09-26 16:19:22,471 WARN [Time-limited test] net.sf.ehcache.config.ConfigurationFactory: No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/var/lib/jenkins/.m2/repository/net/sf/ehcache/ehcache-core/2.6.11/ehcache-core-2.6.11.jar!/ehcache-failsafe.xml
2019-09-26 16:19:22,607 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STOPPED
2019-09-26 16:19:22,607 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Shut down site site-2
Hibernate:
select
databaseco0_.id as id1_3_,
databaseco0_.active as active2_3_,
databaseco0_.description as descript3_3_,
databaseco0_.driver_class as driver_c4_3_,
databaseco0_.jdbc_url as jdbc_url5_3_,
databaseco0_.managed as managed6_3_,
databaseco0_.max_connections as max_conn7_3_,
databaseco0_.min_connections as min_conn8_3_,
databaseco0_.name as name9_3_,
databaseco0_.password as passwor10_3_,
databaseco0_.site_id as site_id15_3_,
databaseco0_.type as type11_3_,
databaseco0_.username as usernam12_3_,
databaseco0_.validation_query as validat13_3_,
databaseco0_.version as version14_3_
from
database_connection databaseco0_
where
databaseco0_.site_id=?
2019-09-26 16:19:22,610 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2
2019-09-26 16:19:22,610 INFO [Time-limited test] org.appng.core.service.CoreService: deleting 0 orphaned database connections
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
2019-09-26 16:19:22,614 INFO [Time-limited test] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/ROOT/WEB-INF/cache/platform/site-2
2019-09-26 16:19:22,615 INFO [Time-limited test] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/ROOT/WEB-INF/cache/application/site-2
2019-09-26 16:19:22,615 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: DELETED
2019-09-26 16:19:22,616 INFO [Time-limited test] org.appng.core.service.CoreService: done deleting site site-2
2019-09-26 16:19:22,617 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteDeletedEvent - Origin: test - Site: site-2
2019-09-26 16:19:22,617 INFO [pool-1-thread-1] org.appng.core.controller.messaging.SiteDeletedEvent: site site-2 has been deleted, so it will be shut down.
2019-09-26 16:19:22,619 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2
Hibernate:
delete
from
sites_granted
where
application_id=?
and site_id=?
Hibernate:
delete
from
site_application
where
application_id=?
and site_id=?
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,719 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.DatasourceConfigurer
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,720 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.allowSkipRender
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,720 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.appendTabId
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,721 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.assetsDir
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,721 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authApplication
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,722 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLoginPage
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,722 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLoginRef
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,723 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutActionName
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,723 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutActionValue
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,724 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutPage
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,724 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutRef
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,725 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectedMethods
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,725 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectedPaths
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,726 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectionEnabled
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,726 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultApplication
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,727 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultPage
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,727 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultPageSize
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,728 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.documentDir
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,728 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheBlockingTimeout
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,729 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheClearOnShutdown
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,729 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheEnabled
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,729 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheExceptions
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,730 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheStatistics
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,730 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.encoding
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,731 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.enforcePrimaryDomain
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,731 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.errorPage
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,732 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.errorPages
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,732 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.host
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,733 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexConfig
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,733 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexDir
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,734 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexFileSystemQueueSize
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,734 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexFileTypes
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,735 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexQueueSize
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,735 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexTimeout
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,736 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapDomain
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,736 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapGroupBaseDn
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,737 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapHost
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,737 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapIdAttribute
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,738 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapPassword
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,738 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapPrincipalScheme
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,738 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapStartTls
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,739 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapUser
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,739 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapUserBaseDn
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,740 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.locale
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,740 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailDisabled
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,740 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailHost
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,741 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailPort
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,741 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.manager-path
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,742 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.name
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,742 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.rewriteConfig
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,743 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.searchChunkSize
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,743 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.searchMaxHits
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,744 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.service-path
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,744 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.serviceOutputFormat
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,745 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.serviceOutputType
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,745 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.siteRootDir
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,746 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.supportReloadFile
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,746 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.supportedLanguages
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,746 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.tagPrefix
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,747 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.template
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,747 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.timeZone
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,748 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.wwwDir
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:22,748 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.xssExceptions
Hibernate:
delete
from
site
where
id=?
and version=?
2019-09-26 16:19:22,749 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Site site-2
2019-09-26 16:19:22,750 INFO [Time-limited test] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@63c73ee, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:22,754 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5891bd6d, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,769 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#553839482 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,775 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1786517285 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
subjectimp0_.id as id1_14_,
subjectimp0_.description as descript2_14_,
subjectimp0_.digest as digest3_14_,
subjectimp0_.email as email4_14_,
subjectimp0_.language as language5_14_,
subjectimp0_.name as name6_14_,
subjectimp0_.realname as realname7_14_,
subjectimp0_.salt as salt8_14_,
subjectimp0_.timezone as timezone9_14_,
subjectimp0_.type as type10_14_,
subjectimp0_.version as version11_14_
from
subject subjectimp0_
where
subjectimp0_.name=?
Hibernate:
delete
from
subject_authgroup
where
subject_Id=?
Hibernate:
delete
from
subject
where
id=?
and version=?
2019-09-26 16:19:22,779 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Subject john
2019-09-26 16:19:22,780 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5891bd6d, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:22,781 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@d332ebc, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,796 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#369789318 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,802 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2112921429 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
applicatio0_.id as id1_0_,
applicatio0_.appng_version as appng_ve2_0_,
applicatio0_.application_version as applicat3_0_,
applicatio0_.description as descript4_0_,
applicatio0_.displayName as displayN5_0_,
applicatio0_.fileBased as fileBase6_0_,
applicatio0_.hidden as hidden7_0_,
applicatio0_.longDescription as longDesc8_0_,
applicatio0_.name as name9_0_,
applicatio0_.privileged as privile10_0_,
applicatio0_.snapshot as snapsho11_0_,
applicatio0_.time_stamp as time_st12_0_,
applicatio0_.version as version13_0_
from
application applicatio0_
where
applicatio0_.name=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
2019-09-26 16:19:22,805 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@d332ebc, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:22,807 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@ab98032, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,820 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#999212120 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,828 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2090482123 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:22,829 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@ab98032, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:22,831 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1fba15d7, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,849 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1380026145 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,857 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1148527284 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:22,858 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.foo
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
2019-09-26 16:19:22,861 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1fba15d7, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:22,863 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6375af2a, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,880 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1389476764 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,888 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1046431119 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
repository0_.id as id1_7_,
repository0_.accepted_certs as accepted2_7_,
repository0_.active as active3_7_,
repository0_.description as descript4_7_,
repository0_.digest as digest5_7_,
repository0_.name as name6_7_,
repository0_.published as publishe7_7_,
repository0_.remote_repository_name as remote_r8_7_,
repository0_.mode as mode9_7_,
repository0_.type as type10_7_,
repository0_.strict as strict11_7_,
repository0_.uri as uri12_7_,
repository0_.version as version13_7_
from
repository repository0_
2019-09-26 16:19:22,892 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6375af2a, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:22,894 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@294c1b45, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,912 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#185981545 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,920 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#323143393 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
roleimpl0_.id as id1_9_,
roleimpl0_.application_id as applicat5_9_,
roleimpl0_.description as descript2_9_,
roleimpl0_.name as name3_9_,
roleimpl0_.version as version4_9_
from
role roleimpl0_
left outer join
application applicatio1_
on roleimpl0_.application_id=applicatio1_.id
where
applicatio1_.id=?
Hibernate:
select
applicatio0_.id as id1_0_0_,
applicatio0_.appng_version as appng_ve2_0_0_,
applicatio0_.application_version as applicat3_0_0_,
applicatio0_.description as descript4_0_0_,
applicatio0_.displayName as displayN5_0_0_,
applicatio0_.fileBased as fileBase6_0_0_,
applicatio0_.hidden as hidden7_0_0_,
applicatio0_.longDescription as longDesc8_0_0_,
applicatio0_.name as name9_0_0_,
applicatio0_.privileged as privile10_0_0_,
applicatio0_.snapshot as snapsho11_0_0_,
applicatio0_.time_stamp as time_st12_0_0_,
applicatio0_.version as version13_0_0_
from
application applicatio0_
where
applicatio0_.id=?
2019-09-26 16:19:22,925 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@294c1b45, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:22,927 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@329cdafa, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,945 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1938612885 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,953 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1983782601 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:22,954 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@329cdafa, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:22,957 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2c1a86e1, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,974 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#445239365 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:22,983 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1971031111 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
groupimpl0_.id as id1_1_,
groupimpl0_.default_admin as default_2_1_,
groupimpl0_.description as descript3_1_,
groupimpl0_.name as name4_1_,
groupimpl0_.version as version5_1_
from
authgroup groupimpl0_
where
groupimpl0_.name=?
2019-09-26 16:19:22,985 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2c1a86e1, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:22,987 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@476e4bb0, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,005 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1260026681 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,013 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2134374070 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
groupimpl0_.id as id1_1_,
groupimpl0_.default_admin as default_2_1_,
groupimpl0_.description as descript3_1_,
groupimpl0_.name as name4_1_,
groupimpl0_.version as version5_1_
from
authgroup groupimpl0_
2019-09-26 16:19:23,018 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@476e4bb0, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:23,020 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@104861ff, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,038 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#624737913 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,047 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1857392605 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
applicatio0_.id as id1_0_0_,
applicatio0_.appng_version as appng_ve2_0_0_,
applicatio0_.application_version as applicat3_0_0_,
applicatio0_.description as descript4_0_0_,
applicatio0_.displayName as displayN5_0_0_,
applicatio0_.fileBased as fileBase6_0_0_,
applicatio0_.hidden as hidden7_0_0_,
applicatio0_.longDescription as longDesc8_0_0_,
applicatio0_.name as name9_0_0_,
applicatio0_.privileged as privile10_0_0_,
applicatio0_.snapshot as snapsho11_0_0_,
applicatio0_.time_stamp as time_st12_0_0_,
applicatio0_.version as version13_0_0_
from
application applicatio0_
where
applicatio0_.id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
2019-09-26 16:19:23,051 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@104861ff, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:23,053 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7c156ea, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,070 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1533062349 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,078 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2103120966 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_,
siteimpl0_.active as active2_11_,
siteimpl0_.create_repository as create_r3_11_,
siteimpl0_.description as descript4_11_,
siteimpl0_.domain as domain5_11_,
siteimpl0_.host as host6_11_,
siteimpl0_.name as name7_11_,
siteimpl0_.version as version8_11_
from
site siteimpl0_
where
siteimpl0_.name=?
Hibernate:
select
applicatio0_.id as id1_0_,
applicatio0_.appng_version as appng_ve2_0_,
applicatio0_.application_version as applicat3_0_,
applicatio0_.description as descript4_0_,
applicatio0_.displayName as displayN5_0_,
applicatio0_.fileBased as fileBase6_0_,
applicatio0_.hidden as hidden7_0_,
applicatio0_.longDescription as longDesc8_0_,
applicatio0_.name as name9_0_,
applicatio0_.privileged as privile10_0_,
applicatio0_.snapshot as snapsho11_0_,
applicatio0_.time_stamp as time_st12_0_,
applicatio0_.version as version13_0_
from
application applicatio0_
where
applicatio0_.name=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
2019-09-26 16:19:23,083 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7c156ea, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:23,084 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@392da875, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,100 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#704203026 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,107 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#285706522 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,115 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@392da875, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:23,117 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@11581810, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,132 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#803368825 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,139 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1687076257 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_,
siteimpl0_.active as active2_11_,
siteimpl0_.create_repository as create_r3_11_,
siteimpl0_.description as descript4_11_,
siteimpl0_.domain as domain5_11_,
siteimpl0_.host as host6_11_,
siteimpl0_.name as name7_11_,
siteimpl0_.version as version8_11_
from
site siteimpl0_
where
siteimpl0_.name=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,148 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@11581810, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:23,150 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@30eb427c, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,164 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1971725449 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,172 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1215027014 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
2019-09-26 16:19:23,174 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@30eb427c, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:23,175 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2e0e1acf, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,190 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1407705028 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,198 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1473885540 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_,
siteimpl0_.active as active2_11_,
siteimpl0_.create_repository as create_r3_11_,
siteimpl0_.description as descript4_11_,
siteimpl0_.domain as domain5_11_,
siteimpl0_.host as host6_11_,
siteimpl0_.name as name7_11_,
siteimpl0_.version as version8_11_
from
site siteimpl0_
2019-09-26 16:19:23,201 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2e0e1acf, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:23,202 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@73e3831e, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,225 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#468897557 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,237 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#896498801 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
subjectimp0_.id as id1_14_,
subjectimp0_.description as descript2_14_,
subjectimp0_.digest as digest3_14_,
subjectimp0_.email as email4_14_,
subjectimp0_.language as language5_14_,
subjectimp0_.name as name6_14_,
subjectimp0_.realname as realname7_14_,
subjectimp0_.salt as salt8_14_,
subjectimp0_.timezone as timezone9_14_,
subjectimp0_.type as type10_14_,
subjectimp0_.version as version11_14_
from
subject subjectimp0_
where
subjectimp0_.email=?
2019-09-26 16:19:23,243 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@73e3831e, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:23,245 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@221ebed1, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,261 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1603694062 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,269 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#808707404 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
subjectimp0_.id as id1_14_0_,
subjectimp0_.description as descript2_14_0_,
subjectimp0_.digest as digest3_14_0_,
subjectimp0_.email as email4_14_0_,
subjectimp0_.language as language5_14_0_,
subjectimp0_.name as name6_14_0_,
subjectimp0_.realname as realname7_14_0_,
subjectimp0_.salt as salt8_14_0_,
subjectimp0_.timezone as timezone9_14_0_,
subjectimp0_.type as type10_14_0_,
subjectimp0_.version as version11_14_0_
from
subject subjectimp0_
where
subjectimp0_.id=?
2019-09-26 16:19:23,270 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@221ebed1, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:23,272 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@53f7759c, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,287 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#235872963 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,295 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1404583497 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
subjectimp0_.id as id1_14_,
subjectimp0_.description as descript2_14_,
subjectimp0_.digest as digest3_14_,
subjectimp0_.email as email4_14_,
subjectimp0_.language as language5_14_,
subjectimp0_.name as name6_14_,
subjectimp0_.realname as realname7_14_,
subjectimp0_.salt as salt8_14_,
subjectimp0_.timezone as timezone9_14_,
subjectimp0_.type as type10_14_,
subjectimp0_.version as version11_14_
from
subject subjectimp0_
where
subjectimp0_.name=?
2019-09-26 16:19:23,297 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@53f7759c, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:23,299 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@18b378a2, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,325 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1536178102 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,335 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1576502737 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
subjectimp0_.id as id1_14_,
subjectimp0_.description as descript2_14_,
subjectimp0_.digest as digest3_14_,
subjectimp0_.email as email4_14_,
subjectimp0_.language as language5_14_,
subjectimp0_.name as name6_14_,
subjectimp0_.realname as realname7_14_,
subjectimp0_.salt as salt8_14_,
subjectimp0_.timezone as timezone9_14_,
subjectimp0_.type as type10_14_,
subjectimp0_.version as version11_14_
from
subject subjectimp0_
2019-09-26 16:19:23,341 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@18b378a2, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:23,343 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@340572ad, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,370 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1763052044 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,379 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#743142522 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,402 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@340572ad, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:23,404 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@78ab6103, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,427 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1460689294 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,436 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#10378869 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
Hibernate:
select
subjectimp0_.id as id1_14_,
subjectimp0_.description as descript2_14_,
subjectimp0_.digest as digest3_14_,
subjectimp0_.email as email4_14_,
subjectimp0_.language as language5_14_,
subjectimp0_.name as name6_14_,
subjectimp0_.realname as realname7_14_,
subjectimp0_.salt as salt8_14_,
subjectimp0_.timezone as timezone9_14_,
subjectimp0_.type as type10_14_,
subjectimp0_.version as version11_14_
from
subject subjectimp0_
where
subjectimp0_.name=?
Hibernate:
select
groups0_.subject_Id as subject_1_15_0_,
groups0_.group_id as group_id2_15_0_,
groupimpl1_.id as id1_1_1_,
groupimpl1_.default_admin as default_2_1_1_,
groupimpl1_.description as descript3_1_1_,
groupimpl1_.name as name4_1_1_,
groupimpl1_.version as version5_1_1_
from
subject_authgroup groups0_
inner join
authgroup groupimpl1_
on groups0_.group_id=groupimpl1_.id
where
groups0_.subject_Id=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
2019-09-26 16:19:23,467 INFO [main] org.appng.core.service.LdapService: LDAP Configuration of site 'site-1' neither uses LDAP over SSL ('ldaps://') nor STARTTLS. Credentials will be transmitted as cleartext.
2019-09-26 16:19:23,479 INFO [main] org.appng.core.service.LdapService: LDAP operation failed on host 'ldap(s)::' with principal 'EXAMPLE\subject-2' (javax.naming.NamingException: Cannot parse url: ldap(s)::)
2019-09-26 16:19:23,481 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@78ab6103, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:23,485 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7f055e1, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,507 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#50975384 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,530 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#515484559 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
Hibernate:
select
subjectimp0_.id as id1_14_,
subjectimp0_.description as descript2_14_,
subjectimp0_.digest as digest3_14_,
subjectimp0_.email as email4_14_,
subjectimp0_.language as language5_14_,
subjectimp0_.name as name6_14_,
subjectimp0_.realname as realname7_14_,
subjectimp0_.salt as salt8_14_,
subjectimp0_.timezone as timezone9_14_,
subjectimp0_.type as type10_14_,
subjectimp0_.version as version11_14_
from
subject subjectimp0_
where
subjectimp0_.name=?
Hibernate:
select
groups0_.subject_Id as subject_1_15_0_,
groups0_.group_id as group_id2_15_0_,
groupimpl1_.id as id1_1_1_,
groupimpl1_.default_admin as default_2_1_1_,
groupimpl1_.description as descript3_1_1_,
groupimpl1_.name as name4_1_1_,
groupimpl1_.version as version5_1_1_
from
subject_authgroup groups0_
inner join
authgroup groupimpl1_
on groups0_.group_id=groupimpl1_.id
where
groups0_.subject_Id=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
2019-09-26 16:19:23,554 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7f055e1, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:23,560 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1f4e9eee, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,581 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1243258711 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:23,594 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#934537395 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
subjectimp0_.id as id1_14_,
subjectimp0_.description as descript2_14_,
subjectimp0_.digest as digest3_14_,
subjectimp0_.email as email4_14_,
subjectimp0_.language as language5_14_,
subjectimp0_.name as name6_14_,
subjectimp0_.realname as realname7_14_,
subjectimp0_.salt as salt8_14_,
subjectimp0_.timezone as timezone9_14_,
subjectimp0_.type as type10_14_,
subjectimp0_.version as version11_14_
from
subject subjectimp0_
where
subjectimp0_.name=?
Hibernate:
select
groups0_.subject_Id as subject_1_15_0_,
groups0_.group_id as group_id2_15_0_,
groupimpl1_.id as id1_1_1_,
groupimpl1_.default_admin as default_2_1_1_,
groupimpl1_.description as descript3_1_1_,
groupimpl1_.name as name4_1_1_,
groupimpl1_.version as version5_1_1_
from
subject_authgroup groups0_
inner join
authgroup groupimpl1_
on groups0_.group_id=groupimpl1_.id
where
groups0_.subject_Id=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
Hibernate:
select
subjectimp0_.id as id1_14_0_,
subjectimp0_.description as descript2_14_0_,
subjectimp0_.digest as digest3_14_0_,
subjectimp0_.email as email4_14_0_,
subjectimp0_.language as language5_14_0_,
subjectimp0_.name as name6_14_0_,
subjectimp0_.realname as realname7_14_0_,
subjectimp0_.salt as salt8_14_0_,
subjectimp0_.timezone as timezone9_14_0_,
subjectimp0_.type as type10_14_0_,
subjectimp0_.version as version11_14_0_
from
subject subjectimp0_
where
subjectimp0_.id=?
Hibernate:
select
groups0_.subject_Id as subject_1_15_0_,
groups0_.group_id as group_id2_15_0_,
groupimpl1_.id as id1_1_1_,
groupimpl1_.default_admin as default_2_1_1_,
groupimpl1_.description as descript3_1_1_,
groupimpl1_.name as name4_1_1_,
groupimpl1_.version as version5_1_1_
from
subject_authgroup groups0_
inner join
authgroup groupimpl1_
on groups0_.group_id=groupimpl1_.id
where
groups0_.subject_Id=?
2019-09-26 16:19:24,448 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3'
2019-09-26 16:19:24,448 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in
2019-09-26 16:19:24,449 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out
2019-09-26 16:19:24,449 INFO [main] org.appng.core.service.CoreService: 'null' logged out
Hibernate:
update
subject
set
description=?,
digest=?,
email=?,
language=?,
name=?,
realname=?,
salt=?,
timezone=?,
type=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:24,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3
2019-09-26 16:19:24,452 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1f4e9eee, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:24,456 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6ff08304, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:24,475 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#131246604 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:24,483 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1588283880 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
subjectimp0_.id as id1_14_0_,
subjectimp0_.description as descript2_14_0_,
subjectimp0_.digest as digest3_14_0_,
subjectimp0_.email as email4_14_0_,
subjectimp0_.language as language5_14_0_,
subjectimp0_.name as name6_14_0_,
subjectimp0_.realname as realname7_14_0_,
subjectimp0_.salt as salt8_14_0_,
subjectimp0_.timezone as timezone9_14_0_,
subjectimp0_.type as type10_14_0_,
subjectimp0_.version as version11_14_0_
from
subject subjectimp0_
where
subjectimp0_.id=?
Hibernate:
select
groups0_.subject_Id as subject_1_15_0_,
groups0_.group_id as group_id2_15_0_,
groupimpl1_.id as id1_1_1_,
groupimpl1_.default_admin as default_2_1_1_,
groupimpl1_.description as descript3_1_1_,
groupimpl1_.name as name4_1_1_,
groupimpl1_.version as version5_1_1_
from
subject_authgroup groups0_
inner join
authgroup groupimpl1_
on groups0_.group_id=groupimpl1_.id
where
groups0_.subject_Id=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
Hibernate:
select
subjectimp0_.id as id1_14_,
subjectimp0_.description as descript2_14_,
subjectimp0_.digest as digest3_14_,
subjectimp0_.email as email4_14_,
subjectimp0_.language as language5_14_,
subjectimp0_.name as name6_14_,
subjectimp0_.realname as realname7_14_,
subjectimp0_.salt as salt8_14_,
subjectimp0_.timezone as timezone9_14_,
subjectimp0_.type as type10_14_,
subjectimp0_.version as version11_14_
from
subject subjectimp0_
where
subjectimp0_.name=?
Hibernate:
select
groups0_.subject_Id as subject_1_15_0_,
groups0_.group_id as group_id2_15_0_,
groupimpl1_.id as id1_1_1_,
groupimpl1_.default_admin as default_2_1_1_,
groupimpl1_.description as descript3_1_1_,
groupimpl1_.name as name4_1_1_,
groupimpl1_.version as version5_1_1_
from
subject_authgroup groups0_
inner join
authgroup groupimpl1_
on groups0_.group_id=groupimpl1_.id
where
groups0_.subject_Id=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
2019-09-26 16:19:24,488 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated.
2019-09-26 16:19:24,488 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3'
2019-09-26 16:19:24,488 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in
2019-09-26 16:19:24,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out
2019-09-26 16:19:24,489 INFO [main] org.appng.core.service.CoreService: 'null' logged out
2019-09-26 16:19:24,490 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6ff08304, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:24,492 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1bc4ec31, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:24,507 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#235784512 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:24,514 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1623478127 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
groupimpl0_.id as id1_1_0_,
roleimpl2_.id as id1_9_1_,
permission4_.id as id1_4_2_,
groupimpl0_.default_admin as default_2_1_0_,
groupimpl0_.description as descript3_1_0_,
groupimpl0_.name as name4_1_0_,
groupimpl0_.version as version5_1_0_,
roleimpl2_.application_id as applicat5_9_1_,
roleimpl2_.description as descript2_9_1_,
roleimpl2_.name as name3_9_1_,
roleimpl2_.version as version4_9_1_,
roles1_.authgroup_id as authgrou1_2_0__,
roles1_.role_id as role_id2_2_0__,
permission4_.application_id as applicat5_4_2_,
permission4_.description as descript2_4_2_,
permission4_.name as name3_4_2_,
permission4_.version as version4_4_2_,
permission3_.role_id as role_id1_10_1__,
permission3_.permissions_id as permissi2_10_1__
from
authgroup groupimpl0_
left outer join
authgroup_role roles1_
on groupimpl0_.id=roles1_.authgroup_id
left outer join
role roleimpl2_
on roles1_.role_id=roleimpl2_.id
left outer join
role_permission permission3_
on roleimpl2_.id=permission3_.role_id
left outer join
permission permission4_
on permission3_.permissions_id=permission4_.id
where
groupimpl0_.id=?
2019-09-26 16:19:25,333 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'johndoe'
2019-09-26 16:19:25,333 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in
2019-09-26 16:19:25,336 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out
2019-09-26 16:19:25,336 INFO [main] org.appng.core.service.CoreService: 'null' logged out
2019-09-26 16:19:25,337 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1bc4ec31, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:25,339 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1ea29e40, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:25,357 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#767415282 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:25,365 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#389998839 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
subjectimp0_.id as id1_14_0_,
subjectimp0_.description as descript2_14_0_,
subjectimp0_.digest as digest3_14_0_,
subjectimp0_.email as email4_14_0_,
subjectimp0_.language as language5_14_0_,
subjectimp0_.name as name6_14_0_,
subjectimp0_.realname as realname7_14_0_,
subjectimp0_.salt as salt8_14_0_,
subjectimp0_.timezone as timezone9_14_0_,
subjectimp0_.type as type10_14_0_,
subjectimp0_.version as version11_14_0_
from
subject subjectimp0_
where
subjectimp0_.id=?
Hibernate:
select
groups0_.subject_Id as subject_1_15_0_,
groups0_.group_id as group_id2_15_0_,
groupimpl1_.id as id1_1_1_,
groupimpl1_.default_admin as default_2_1_1_,
groupimpl1_.description as descript3_1_1_,
groupimpl1_.name as name4_1_1_,
groupimpl1_.version as version5_1_1_
from
subject_authgroup groups0_
inner join
authgroup groupimpl1_
on groups0_.group_id=groupimpl1_.id
where
groups0_.subject_Id=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
Hibernate:
select
subjectimp0_.id as id1_14_,
subjectimp0_.description as descript2_14_,
subjectimp0_.digest as digest3_14_,
subjectimp0_.email as email4_14_,
subjectimp0_.language as language5_14_,
subjectimp0_.name as name6_14_,
subjectimp0_.realname as realname7_14_,
subjectimp0_.salt as salt8_14_,
subjectimp0_.timezone as timezone9_14_,
subjectimp0_.type as type10_14_,
subjectimp0_.version as version11_14_
from
subject subjectimp0_
where
subjectimp0_.name=?
Hibernate:
select
groups0_.subject_Id as subject_1_15_0_,
groups0_.group_id as group_id2_15_0_,
groupimpl1_.id as id1_1_1_,
groupimpl1_.default_admin as default_2_1_1_,
groupimpl1_.description as descript3_1_1_,
groupimpl1_.name as name4_1_1_,
groupimpl1_.version as version5_1_1_
from
subject_authgroup groups0_
inner join
authgroup groupimpl1_
on groups0_.group_id=groupimpl1_.id
where
groups0_.subject_Id=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
2019-09-26 16:19:25,375 INFO [main] org.appng.core.service.CoreService: user subject-2 found
2019-09-26 16:19:25,375 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-2'
2019-09-26 16:19:25,375 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in
2019-09-26 16:19:25,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out
2019-09-26 16:19:25,376 INFO [main] org.appng.core.service.CoreService: 'null' logged out
2019-09-26 16:19:25,377 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1ea29e40, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:25,378 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@44459661, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:25,395 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#94482949 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:25,402 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#540725844 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
subjectimp0_.id as id1_14_,
subjectimp0_.description as descript2_14_,
subjectimp0_.digest as digest3_14_,
subjectimp0_.email as email4_14_,
subjectimp0_.language as language5_14_,
subjectimp0_.name as name6_14_,
subjectimp0_.realname as realname7_14_,
subjectimp0_.salt as salt8_14_,
subjectimp0_.timezone as timezone9_14_,
subjectimp0_.type as type10_14_,
subjectimp0_.version as version11_14_
from
subject subjectimp0_
where
subjectimp0_.name is null
2019-09-26 16:19:25,410 INFO [main] org.appng.core.service.CoreService: Subject authentication failed. Trying to authenticate based on LDAP group membership.
Hibernate:
select
subjectimp0_.id as id1_14_,
subjectimp0_.description as descript2_14_,
subjectimp0_.digest as digest3_14_,
subjectimp0_.email as email4_14_,
subjectimp0_.language as language5_14_,
subjectimp0_.name as name6_14_,
subjectimp0_.realname as realname7_14_,
subjectimp0_.salt as salt8_14_,
subjectimp0_.timezone as timezone9_14_,
subjectimp0_.type as type10_14_,
subjectimp0_.version as version11_14_
from
subject subjectimp0_
where
subjectimp0_.type=?
2019-09-26 16:19:25,413 INFO [main] org.appng.core.service.CoreService: user 'null' belongs to group 'subject-1'
Hibernate:
select
groups0_.subject_Id as subject_1_15_0_,
groups0_.group_id as group_id2_15_0_,
groupimpl1_.id as id1_1_1_,
groupimpl1_.default_admin as default_2_1_1_,
groupimpl1_.description as descript3_1_1_,
groupimpl1_.name as name4_1_1_,
groupimpl1_.version as version5_1_1_
from
subject_authgroup groups0_
inner join
authgroup groupimpl1_
on groups0_.group_id=groupimpl1_.id
where
groups0_.subject_Id=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
2019-09-26 16:19:25,416 INFO [main] org.appng.core.service.CoreService: User 'null' successfully authenticated.
2019-09-26 16:19:25,416 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'null'
2019-09-26 16:19:25,416 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in
2019-09-26 16:19:25,416 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out
2019-09-26 16:19:25,416 INFO [main] org.appng.core.service.CoreService: 'null' logged out
2019-09-26 16:19:25,417 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@44459661, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:25,419 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3c9788c, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:25,437 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1844267460 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:25,445 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#561580316 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:25,446 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject deve
Hibernate:
insert
into
subject
(id, description, digest, email, language, name, realname, salt, timezone, type, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
delete
from
subject
where
id=?
and version=?
2019-09-26 16:19:26,261 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Subject deve
2019-09-26 16:19:26,261 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3c9788c, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:26,263 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@52076187, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:26,279 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1314218991 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:26,287 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1944844236 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:26,287 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository testrepo
Hibernate:
insert
into
repository
(id, accepted_certs, active, description, digest, name, published, remote_repository_name, mode, type, strict, uri, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:26,289 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.2' from repository file:/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/test-classes/zip
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
applicatio0_.id as id1_0_,
applicatio0_.appng_version as appng_ve2_0_,
applicatio0_.application_version as applicat3_0_,
applicatio0_.description as descript4_0_,
applicatio0_.displayName as displayN5_0_,
applicatio0_.fileBased as fileBase6_0_,
applicatio0_.hidden as hidden7_0_,
applicatio0_.longDescription as longDesc8_0_,
applicatio0_.name as name9_0_,
applicatio0_.privileged as privile10_0_,
applicatio0_.snapshot as snapsho11_0_,
applicatio0_.time_stamp as time_st12_0_,
applicatio0_.version as version13_0_
from
application applicatio0_
where
applicatio0_.name=?
2019-09-26 16:19:26,332 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.2
2019-09-26 16:19:26,336 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application demo-application
Hibernate:
insert
into
application
(id, appng_version, application_version, description, displayName, fileBased, hidden, longDescription, name, privileged, snapshot, time_stamp, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:26,338 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application'
2019-09-26 16:19:26,340 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission debug
Hibernate:
insert
into
permission
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
2019-09-26 16:19:26,341 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application'
2019-09-26 16:19:26,341 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-format.html
Hibernate:
insert
into
permission
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
2019-09-26 16:19:26,341 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application'
2019-09-26 16:19:26,341 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-type.webgui
Hibernate:
insert
into
permission
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
2019-09-26 16:19:26,344 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Administrator
Hibernate:
insert
into
role
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,349 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator'
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,351 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator'
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,352 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist!
2019-09-26 16:19:26,352 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application'
2019-09-26 16:19:26,352 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Debugger
Hibernate:
insert
into
role
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,354 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger'
2019-09-26 16:19:26,354 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application'
Hibernate:
select
groupimpl0_.id as id1_1_,
groupimpl0_.default_admin as default_2_1_,
groupimpl0_.description as descript3_1_,
groupimpl0_.name as name4_1_,
groupimpl0_.version as version5_1_
from
authgroup groupimpl0_
where
groupimpl0_.default_admin=?
2019-09-26 16:19:26,357 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.foo
2019-09-26 16:19:26,357 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.clobValue
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
update
role
set
application_id=?,
description=?,
name=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:26,360 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Administrator
Hibernate:
update
role
set
application_id=?,
description=?,
name=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:26,360 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger
Hibernate:
insert
into
role_permission
(role_id, permissions_id)
values
(?, ?)
Hibernate:
insert
into
role_permission
(role_id, permissions_id)
values
(?, ?)
Hibernate:
insert
into
role_permission
(role_id, permissions_id)
values
(?, ?)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
2019-09-26 16:19:26,366 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.2'
2019-09-26 16:19:26,366 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.2'
2019-09-26 16:19:26,368 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.2'
2019-09-26 16:19:26,368 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.2'
2019-09-26 16:19:26,368 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.2'
2019-09-26 16:19:26,369 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.2'
2019-09-26 16:19:26,369 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.2'
2019-09-26 16:19:26,369 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.2'
2019-09-26 16:19:26,369 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.2'
2019-09-26 16:19:26,369 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.2'
2019-09-26 16:19:26,369 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.2 to target/ROOT/applications/demo-application
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
Hibernate:
select
roleimpl0_.id as id1_9_,
roleimpl0_.application_id as applicat5_9_,
roleimpl0_.description as descript2_9_,
roleimpl0_.name as name3_9_,
roleimpl0_.version as version4_9_
from
role roleimpl0_
left outer join
application applicatio1_
on roleimpl0_.application_id=applicatio1_.id
where
applicatio1_.id=?
and roleimpl0_.name=?
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,376 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html'
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,378 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui'
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,379 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist!
Hibernate:
select
roleimpl0_.id as id1_9_,
roleimpl0_.application_id as applicat5_9_,
roleimpl0_.description as descript2_9_,
roleimpl0_.name as name3_9_,
roleimpl0_.version as version4_9_
from
role roleimpl0_
left outer join
application applicatio1_
on roleimpl0_.application_id=applicatio1_.id
where
applicatio1_.id=?
and roleimpl0_.name=?
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,381 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug'
Hibernate:
select
siteimpl0_.id as id1_11_,
siteimpl0_.active as active2_11_,
siteimpl0_.create_repository as create_r3_11_,
siteimpl0_.description as descript4_11_,
siteimpl0_.domain as domain5_11_,
siteimpl0_.host as host6_11_,
siteimpl0_.name as name7_11_,
siteimpl0_.version as version8_11_
from
site siteimpl0_
inner join
site_application siteapplic1_
on siteimpl0_.id=siteapplic1_.site_id
where
siteapplic1_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
applicatio0_.id as id1_0_,
applicatio0_.appng_version as appng_ve2_0_,
applicatio0_.application_version as applicat3_0_,
applicatio0_.description as descript4_0_,
applicatio0_.displayName as displayN5_0_,
applicatio0_.fileBased as fileBase6_0_,
applicatio0_.hidden as hidden7_0_,
applicatio0_.longDescription as longDesc8_0_,
applicatio0_.name as name9_0_,
applicatio0_.privileged as privile10_0_,
applicatio0_.snapshot as snapsho11_0_,
applicatio0_.time_stamp as time_st12_0_,
applicatio0_.version as version13_0_
from
application applicatio0_
where
applicatio0_.name=?
Hibernate:
update
application
set
appng_version=?,
application_version=?,
description=?,
displayName=?,
fileBased=?,
hidden=?,
longDescription=?,
name=?,
privileged=?,
snapshot=?,
time_stamp=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:26,387 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Application demo-application
2019-09-26 16:19:26,388 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@52076187, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:26,390 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7e1d16b, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:26,405 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1951879460 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:26,412 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1552655085 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
repository0_.id as id1_7_,
repository0_.accepted_certs as accepted2_7_,
repository0_.active as active3_7_,
repository0_.description as descript4_7_,
repository0_.digest as digest5_7_,
repository0_.name as name6_7_,
repository0_.published as publishe7_7_,
repository0_.remote_repository_name as remote_r8_7_,
repository0_.mode as mode9_7_,
repository0_.type as type10_7_,
repository0_.strict as strict11_7_,
repository0_.uri as uri12_7_,
repository0_.version as version13_7_
from
repository repository0_
where
repository0_.name=?
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
Hibernate:
select
applicatio0_.id as id1_0_,
applicatio0_.appng_version as appng_ve2_0_,
applicatio0_.application_version as applicat3_0_,
applicatio0_.description as descript4_0_,
applicatio0_.displayName as displayN5_0_,
applicatio0_.fileBased as fileBase6_0_,
applicatio0_.hidden as hidden7_0_,
applicatio0_.longDescription as longDesc8_0_,
applicatio0_.name as name9_0_,
applicatio0_.privileged as privile10_0_,
applicatio0_.snapshot as snapsho11_0_,
applicatio0_.time_stamp as time_st12_0_,
applicatio0_.version as version13_0_
from
application applicatio0_
where
applicatio0_.name=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
2019-09-26 16:19:26,442 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/ROOT/WEB-INF/cache/platform/site-1/demo-application
2019-09-26 16:19:26,442 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/ROOT/WEB-INF/cache/application/site-1/demo-application
Hibernate:
select
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.active as active3_12_0_,
siteapplic0_.connection_id as connecti6_12_0_,
siteapplic0_.deletion_mark as deletion4_12_0_,
siteapplic0_.reload_required as reload_r5_12_0_
from
site_application siteapplic0_
where
siteapplic0_.application_id=?
and siteapplic0_.site_id=?
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
2019-09-26 16:19:26,444 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Assigned application demo-application to site site-1
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
2019-09-26 16:19:26,446 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.foo
2019-09-26 16:19:26,447 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.clobValue
2019-09-26 16:19:26,447 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/test-classes/zip
Hibernate:
insert
into
site_application
(active, connection_id, deletion_mark, reload_required, application_id, site_id)
values
(?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
applicatio0_.id as id1_0_,
applicatio0_.appng_version as appng_ve2_0_,
applicatio0_.application_version as applicat3_0_,
applicatio0_.description as descript4_0_,
applicatio0_.displayName as displayN5_0_,
applicatio0_.fileBased as fileBase6_0_,
applicatio0_.hidden as hidden7_0_,
applicatio0_.longDescription as longDesc8_0_,
applicatio0_.name as name9_0_,
applicatio0_.privileged as privile10_0_,
applicatio0_.snapshot as snapsho11_0_,
applicatio0_.time_stamp as time_st12_0_,
applicatio0_.version as version13_0_
from
application applicatio0_
where
applicatio0_.name=?
2019-09-26 16:19:26,458 INFO [main] org.appng.core.service.CoreService: updating application demo-application-1.5.3
2019-09-26 16:19:26,461 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3'
2019-09-26 16:19:26,461 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3'
2019-09-26 16:19:26,462 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3'
2019-09-26 16:19:26,462 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3'
2019-09-26 16:19:26,462 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3'
2019-09-26 16:19:26,462 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3'
2019-09-26 16:19:26,463 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3'
2019-09-26 16:19:26,463 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3'
2019-09-26 16:19:26,463 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3'
2019-09-26 16:19:26,463 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3'
2019-09-26 16:19:26,463 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/ROOT/applications/demo-application
Hibernate:
update
application
set
appng_version=?,
application_version=?,
description=?,
displayName=?,
fileBased=?,
hidden=?,
longDescription=?,
name=?,
privileged=?,
snapshot=?,
time_stamp=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:26,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Application demo-application
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
2019-09-26 16:19:26,471 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application'
2019-09-26 16:19:26,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission testPermission
Hibernate:
insert
into
permission
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
Hibernate:
select
roleimpl0_.id as id1_9_,
roleimpl0_.application_id as applicat5_9_,
roleimpl0_.description as descript2_9_,
roleimpl0_.name as name3_9_,
roleimpl0_.version as version4_9_
from
role roleimpl0_
left outer join
application applicatio1_
on roleimpl0_.application_id=applicatio1_.id
where
applicatio1_.id=?
and roleimpl0_.name=?
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
2019-09-26 16:19:26,475 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html'
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,476 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui'
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,477 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist!
Hibernate:
select
roleimpl0_.id as id1_9_,
roleimpl0_.application_id as applicat5_9_,
roleimpl0_.description as descript2_9_,
roleimpl0_.name as name3_9_,
roleimpl0_.version as version4_9_
from
role roleimpl0_
left outer join
application applicatio1_
on roleimpl0_.application_id=applicatio1_.id
where
applicatio1_.id=?
and roleimpl0_.name=?
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
2019-09-26 16:19:26,479 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug'
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,481 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger'
Hibernate:
update
role
set
application_id=?,
description=?,
name=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:26,482 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger
Hibernate:
insert
into
role_permission
(role_id, permissions_id)
values
(?, ?)
Hibernate:
select
roleimpl0_.id as id1_9_,
roleimpl0_.application_id as applicat5_9_,
roleimpl0_.description as descript2_9_,
roleimpl0_.name as name3_9_,
roleimpl0_.version as version4_9_
from
role roleimpl0_
left outer join
application applicatio1_
on roleimpl0_.application_id=applicatio1_.id
where
applicatio1_.id=?
and roleimpl0_.name=?
2019-09-26 16:19:26,483 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Tester
Hibernate:
insert
into
role
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,484 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester'
2019-09-26 16:19:26,484 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application'
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
siteimpl0_.id as id1_11_,
siteimpl0_.active as active2_11_,
siteimpl0_.create_repository as create_r3_11_,
siteimpl0_.description as descript4_11_,
siteimpl0_.domain as domain5_11_,
siteimpl0_.host as host6_11_,
siteimpl0_.name as name7_11_,
siteimpl0_.version as version8_11_
from
site siteimpl0_
inner join
site_application siteapplic1_
on siteimpl0_.id=siteapplic1_.site_id
where
siteapplic1_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_0_,
propertyim0_.value as value2_6_0_,
propertyim0_.blobValue as blobValu3_6_0_,
propertyim0_.clobValue as clobValu4_6_0_,
propertyim0_.defaultValue as defaultV5_6_0_,
propertyim0_.description as descript6_6_0_,
propertyim0_.mandatory as mandator7_6_0_,
propertyim0_.version as version8_6_0_
from
property propertyim0_
where
propertyim0_.name=?
2019-09-26 16:19:26,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.bar
Hibernate:
select
propertyim0_.name as name1_6_0_,
propertyim0_.value as value2_6_0_,
propertyim0_.blobValue as blobValu3_6_0_,
propertyim0_.clobValue as clobValu4_6_0_,
propertyim0_.defaultValue as defaultV5_6_0_,
propertyim0_.description as descript6_6_0_,
propertyim0_.mandatory as mandator7_6_0_,
propertyim0_.version as version8_6_0_
from
property propertyim0_
where
propertyim0_.name=?
2019-09-26 16:19:26,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.bar
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
update
property
set
value=?,
blobValue=?,
clobValue=?,
defaultValue=?,
description=?,
mandatory=?,
version=?
where
name=?
and version=?
2019-09-26 16:19:26,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.clobValue
Hibernate:
update
property
set
value=?,
blobValue=?,
clobValue=?,
defaultValue=?,
description=?,
mandatory=?,
version=?
where
name=?
and version=?
2019-09-26 16:19:26,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.foo
Hibernate:
update
property
set
value=?,
blobValue=?,
clobValue=?,
defaultValue=?,
description=?,
mandatory=?,
version=?
where
name=?
and version=?
2019-09-26 16:19:26,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.site.site-1.application.demo-application.foo
Hibernate:
update
role
set
application_id=?,
description=?,
name=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:26,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Tester
Hibernate:
update
property
set
value=?,
blobValue=?,
clobValue=?,
defaultValue=?,
description=?,
mandatory=?,
version=?
where
name=?
and version=?
2019-09-26 16:19:26,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.bar
Hibernate:
update
property
set
value=?,
blobValue=?,
clobValue=?,
defaultValue=?,
description=?,
mandatory=?,
version=?
where
name=?
and version=?
2019-09-26 16:19:26,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.site.site-1.application.demo-application.bar
Hibernate:
insert
into
role_permission
(role_id, permissions_id)
values
(?, ?)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
applicatio0_.id as id1_0_,
applicatio0_.appng_version as appng_ve2_0_,
applicatio0_.application_version as applicat3_0_,
applicatio0_.description as descript4_0_,
applicatio0_.displayName as displayN5_0_,
applicatio0_.fileBased as fileBase6_0_,
applicatio0_.hidden as hidden7_0_,
applicatio0_.longDescription as longDesc8_0_,
applicatio0_.name as name9_0_,
applicatio0_.privileged as privile10_0_,
applicatio0_.snapshot as snapsho11_0_,
applicatio0_.time_stamp as time_st12_0_,
applicatio0_.version as version13_0_
from
application applicatio0_
where
applicatio0_.name=?
2019-09-26 16:19:26,495 INFO [main] org.appng.core.service.CoreService: loading properties for application 'demo-application' of site 'site-1'
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
2019-09-26 16:19:26,497 INFO [main] org.appng.core.service.CoreService: loading properties for application demo-application
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
delete
from
repository
where
id=?
and version=?
2019-09-26 16:19:26,499 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Repository testrepo
2019-09-26 16:19:26,500 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7e1d16b, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:26,502 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4e75cf7c, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:26,521 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1249125936 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:26,528 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1463727736 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
applicatio0_.id as id1_0_,
applicatio0_.appng_version as appng_ve2_0_,
applicatio0_.application_version as applicat3_0_,
applicatio0_.description as descript4_0_,
applicatio0_.displayName as displayN5_0_,
applicatio0_.fileBased as fileBase6_0_,
applicatio0_.hidden as hidden7_0_,
applicatio0_.longDescription as longDesc8_0_,
applicatio0_.name as name9_0_,
applicatio0_.privileged as privile10_0_,
applicatio0_.snapshot as snapsho11_0_,
applicatio0_.time_stamp as time_st12_0_,
applicatio0_.version as version13_0_
from
application applicatio0_
where
applicatio0_.name=?
Hibernate:
select
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.active as active3_12_0_,
siteapplic0_.connection_id as connecti6_12_0_,
siteapplic0_.deletion_mark as deletion4_12_0_,
siteapplic0_.reload_required as reload_r5_12_0_,
applicatio1_.id as id1_0_1_,
applicatio1_.appng_version as appng_ve2_0_1_,
applicatio1_.application_version as applicat3_0_1_,
applicatio1_.description as descript4_0_1_,
applicatio1_.displayName as displayN5_0_1_,
applicatio1_.fileBased as fileBase6_0_1_,
applicatio1_.hidden as hidden7_0_1_,
applicatio1_.longDescription as longDesc8_0_1_,
applicatio1_.name as name9_0_1_,
applicatio1_.privileged as privile10_0_1_,
applicatio1_.snapshot as snapsho11_0_1_,
applicatio1_.time_stamp as time_st12_0_1_,
applicatio1_.version as version13_0_1_,
databaseco2_.id as id1_3_2_,
databaseco2_.active as active2_3_2_,
databaseco2_.description as descript3_3_2_,
databaseco2_.driver_class as driver_c4_3_2_,
databaseco2_.jdbc_url as jdbc_url5_3_2_,
databaseco2_.managed as managed6_3_2_,
databaseco2_.max_connections as max_conn7_3_2_,
databaseco2_.min_connections as min_conn8_3_2_,
databaseco2_.name as name9_3_2_,
databaseco2_.password as passwor10_3_2_,
databaseco2_.site_id as site_id15_3_2_,
databaseco2_.type as type11_3_2_,
databaseco2_.username as usernam12_3_2_,
databaseco2_.validation_query as validat13_3_2_,
databaseco2_.version as version14_3_2_,
siteimpl3_.id as id1_11_3_,
siteimpl3_.active as active2_11_3_,
siteimpl3_.create_repository as create_r3_11_3_,
siteimpl3_.description as descript4_11_3_,
siteimpl3_.domain as domain5_11_3_,
siteimpl3_.host as host6_11_3_,
siteimpl3_.name as name7_11_3_,
siteimpl3_.version as version8_11_3_,
siteimpl4_.id as id1_11_4_,
siteimpl4_.active as active2_11_4_,
siteimpl4_.create_repository as create_r3_11_4_,
siteimpl4_.description as descript4_11_4_,
siteimpl4_.domain as domain5_11_4_,
siteimpl4_.host as host6_11_4_,
siteimpl4_.name as name7_11_4_,
siteimpl4_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
left outer join
site siteimpl4_
on siteapplic0_.site_id=siteimpl4_.id
where
siteapplic0_.application_id=?
and siteapplic0_.site_id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
2019-09-26 16:19:26,536 INFO [main] org.appng.core.service.CoreService: unlinking application demo-application from site site-1, status of database-connection is NO_DB_SUPPORTED
2019-09-26 16:19:26,536 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application demo-application from site site-1
Hibernate:
delete
from
sites_granted
where
application_id=?
and site_id=?
Hibernate:
delete
from
site_application
where
application_id=?
and site_id=?
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:26,537 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.bar
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:26,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.clobValue
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:26,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.foo
Hibernate:
select
applicatio0_.id as id1_0_,
applicatio0_.appng_version as appng_ve2_0_,
applicatio0_.application_version as applicat3_0_,
applicatio0_.description as descript4_0_,
applicatio0_.displayName as displayN5_0_,
applicatio0_.fileBased as fileBase6_0_,
applicatio0_.hidden as hidden7_0_,
applicatio0_.longDescription as longDesc8_0_,
applicatio0_.name as name9_0_,
applicatio0_.privileged as privile10_0_,
applicatio0_.snapshot as snapsho11_0_,
applicatio0_.time_stamp as time_st12_0_,
applicatio0_.version as version13_0_
from
application applicatio0_
where
applicatio0_.name=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as id1_11_,
siteimpl0_.active as active2_11_,
siteimpl0_.create_repository as create_r3_11_,
siteimpl0_.description as descript4_11_,
siteimpl0_.domain as domain5_11_,
siteimpl0_.host as host6_11_,
siteimpl0_.name as name7_11_,
siteimpl0_.version as version8_11_
from
site siteimpl0_
inner join
site_application siteapplic1_
on siteimpl0_.id=siteapplic1_.site_id
where
siteapplic1_.application_id=?
and siteimpl0_.active=?
Hibernate:
select
siteimpl0_.id as id1_11_,
siteimpl0_.active as active2_11_,
siteimpl0_.create_repository as create_r3_11_,
siteimpl0_.description as descript4_11_,
siteimpl0_.domain as domain5_11_,
siteimpl0_.host as host6_11_,
siteimpl0_.name as name7_11_,
siteimpl0_.version as version8_11_
from
site siteimpl0_
inner join
site_application siteapplic1_
on siteimpl0_.id=siteapplic1_.site_id
where
siteapplic1_.application_id=?
and siteimpl0_.active=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
groupimpl0_.id as id1_1_,
groupimpl0_.default_admin as default_2_1_,
groupimpl0_.description as descript3_1_,
groupimpl0_.name as name4_1_,
groupimpl0_.version as version5_1_
from
authgroup groupimpl0_
inner join
authgroup_role roles1_
on groupimpl0_.id=roles1_.authgroup_id
inner join
role roleimpl2_
on roles1_.role_id=roleimpl2_.id
where
roleimpl2_.id=?
Hibernate:
delete
from
role_permission
where
role_id=?
Hibernate:
delete
from
role
where
id=?
and version=?
2019-09-26 16:19:26,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Administrator
Hibernate:
select
groupimpl0_.id as id1_1_,
groupimpl0_.default_admin as default_2_1_,
groupimpl0_.description as descript3_1_,
groupimpl0_.name as name4_1_,
groupimpl0_.version as version5_1_
from
authgroup groupimpl0_
inner join
authgroup_role roles1_
on groupimpl0_.id=roles1_.authgroup_id
inner join
role roleimpl2_
on roles1_.role_id=roleimpl2_.id
where
roleimpl2_.id=?
Hibernate:
delete
from
role_permission
where
role_id=?
Hibernate:
delete
from
role
where
id=?
and version=?
2019-09-26 16:19:26,548 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Tester
Hibernate:
select
groupimpl0_.id as id1_1_,
groupimpl0_.default_admin as default_2_1_,
groupimpl0_.description as descript3_1_,
groupimpl0_.name as name4_1_,
groupimpl0_.version as version5_1_
from
authgroup groupimpl0_
inner join
authgroup_role roles1_
on groupimpl0_.id=roles1_.authgroup_id
inner join
role roleimpl2_
on roles1_.role_id=roleimpl2_.id
where
roleimpl2_.id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
delete
from
role_permission
where
role_id=?
Hibernate:
delete
from
role
where
id=?
and version=?
2019-09-26 16:19:26,554 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Debugger
Hibernate:
delete
from
permission
where
id=?
and version=?
2019-09-26 16:19:26,554 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission debug
Hibernate:
delete
from
permission
where
id=?
and version=?
2019-09-26 16:19:26,554 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission output-type.webgui
Hibernate:
delete
from
permission
where
id=?
and version=?
2019-09-26 16:19:26,555 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission output-format.html
Hibernate:
delete
from
permission
where
id=?
and version=?
2019-09-26 16:19:26,555 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission testPermission
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:26,555 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.bar
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:26,556 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.clobValue
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:26,556 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.foo
Hibernate:
delete
from
application
where
id=?
and version=?
2019-09-26 16:19:26,556 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Application demo-application
Hibernate:
select
applicatio0_.id as id1_0_,
applicatio0_.appng_version as appng_ve2_0_,
applicatio0_.application_version as applicat3_0_,
applicatio0_.description as descript4_0_,
applicatio0_.displayName as displayN5_0_,
applicatio0_.fileBased as fileBase6_0_,
applicatio0_.hidden as hidden7_0_,
applicatio0_.longDescription as longDesc8_0_,
applicatio0_.name as name9_0_,
applicatio0_.privileged as privile10_0_,
applicatio0_.snapshot as snapsho11_0_,
applicatio0_.time_stamp as time_st12_0_,
applicatio0_.version as version13_0_
from
application applicatio0_
where
applicatio0_.name=?
2019-09-26 16:19:26,558 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4e75cf7c, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:26,560 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@41d101d4, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:26,574 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1573234210 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:26,582 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1239627173 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:26,582 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository testrepo
Hibernate:
insert
into
repository
(id, accepted_certs, active, description, digest, name, published, remote_repository_name, mode, type, strict, uri, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:26,584 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group Administrators
Hibernate:
insert
into
authgroup
(id, default_admin, description, name, version)
values
(default, ?, ?, ?, ?)
2019-09-26 16:19:26,584 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.4' from repository file:/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/test-classes/zip
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
applicatio0_.id as id1_0_,
applicatio0_.appng_version as appng_ve2_0_,
applicatio0_.application_version as applicat3_0_,
applicatio0_.description as descript4_0_,
applicatio0_.displayName as displayN5_0_,
applicatio0_.fileBased as fileBase6_0_,
applicatio0_.hidden as hidden7_0_,
applicatio0_.longDescription as longDesc8_0_,
applicatio0_.name as name9_0_,
applicatio0_.privileged as privile10_0_,
applicatio0_.snapshot as snapsho11_0_,
applicatio0_.time_stamp as time_st12_0_,
applicatio0_.version as version13_0_
from
application applicatio0_
where
applicatio0_.name=?
2019-09-26 16:19:26,611 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.4
2019-09-26 16:19:26,612 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application demo-application
Hibernate:
insert
into
application
(id, appng_version, application_version, description, displayName, fileBased, hidden, longDescription, name, privileged, snapshot, time_stamp, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:26,613 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application'
2019-09-26 16:19:26,613 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission debug
Hibernate:
insert
into
permission
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
2019-09-26 16:19:26,614 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application'
2019-09-26 16:19:26,614 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-format.html
Hibernate:
insert
into
permission
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
2019-09-26 16:19:26,614 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application'
2019-09-26 16:19:26,614 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-type.webgui
Hibernate:
insert
into
permission
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
2019-09-26 16:19:26,615 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application'
2019-09-26 16:19:26,615 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission testPermission
Hibernate:
insert
into
permission
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
2019-09-26 16:19:26,615 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Administrator
Hibernate:
insert
into
role
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,617 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator'
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,618 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator'
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,619 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist!
2019-09-26 16:19:26,620 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application'
2019-09-26 16:19:26,620 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Debugger
Hibernate:
insert
into
role
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,622 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger'
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,623 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger'
2019-09-26 16:19:26,623 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application'
2019-09-26 16:19:26,623 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Tester
Hibernate:
insert
into
role
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,625 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester'
2019-09-26 16:19:26,625 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application'
Hibernate:
select
groupimpl0_.id as id1_1_,
groupimpl0_.default_admin as default_2_1_,
groupimpl0_.description as descript3_1_,
groupimpl0_.name as name4_1_,
groupimpl0_.version as version5_1_
from
authgroup groupimpl0_
where
groupimpl0_.default_admin=?
2019-09-26 16:19:26,628 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.foo
2019-09-26 16:19:26,628 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.bar
2019-09-26 16:19:26,628 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.clobValue
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
update
authgroup
set
default_admin=?,
description=?,
name=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:26,631 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group Administrators
Hibernate:
update
role
set
application_id=?,
description=?,
name=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:26,632 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Administrator
Hibernate:
update
role
set
application_id=?,
description=?,
name=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:26,632 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger
Hibernate:
update
role
set
application_id=?,
description=?,
name=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:26,632 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Tester
Hibernate:
insert
into
authgroup_role
(authgroup_id, role_id)
values
(?, ?)
Hibernate:
insert
into
role_permission
(role_id, permissions_id)
values
(?, ?)
Hibernate:
insert
into
role_permission
(role_id, permissions_id)
values
(?, ?)
Hibernate:
insert
into
role_permission
(role_id, permissions_id)
values
(?, ?)
Hibernate:
insert
into
role_permission
(role_id, permissions_id)
values
(?, ?)
Hibernate:
insert
into
role_permission
(role_id, permissions_id)
values
(?, ?)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
2019-09-26 16:19:26,636 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.4'
2019-09-26 16:19:26,636 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.4'
2019-09-26 16:19:26,636 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.4'
2019-09-26 16:19:26,636 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.4'
2019-09-26 16:19:26,637 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.4'
2019-09-26 16:19:26,637 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.4'
2019-09-26 16:19:26,637 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.4'
2019-09-26 16:19:26,637 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.4'
2019-09-26 16:19:26,637 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.4'
2019-09-26 16:19:26,637 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.4'
2019-09-26 16:19:26,637 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.4 to target/ROOT/applications/demo-application
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
Hibernate:
select
roleimpl0_.id as id1_9_,
roleimpl0_.application_id as applicat5_9_,
roleimpl0_.description as descript2_9_,
roleimpl0_.name as name3_9_,
roleimpl0_.version as version4_9_
from
role roleimpl0_
left outer join
application applicatio1_
on roleimpl0_.application_id=applicatio1_.id
where
applicatio1_.id=?
and roleimpl0_.name=?
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,645 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html'
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,646 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui'
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,647 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist!
Hibernate:
select
roleimpl0_.id as id1_9_,
roleimpl0_.application_id as applicat5_9_,
roleimpl0_.description as descript2_9_,
roleimpl0_.name as name3_9_,
roleimpl0_.version as version4_9_
from
role roleimpl0_
left outer join
application applicatio1_
on roleimpl0_.application_id=applicatio1_.id
where
applicatio1_.id=?
and roleimpl0_.name=?
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,649 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug'
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,650 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission'
Hibernate:
select
roleimpl0_.id as id1_9_,
roleimpl0_.application_id as applicat5_9_,
roleimpl0_.description as descript2_9_,
roleimpl0_.name as name3_9_,
roleimpl0_.version as version4_9_
from
role roleimpl0_
left outer join
application applicatio1_
on roleimpl0_.application_id=applicatio1_.id
where
applicatio1_.id=?
and roleimpl0_.name=?
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:26,652 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission'
Hibernate:
select
siteimpl0_.id as id1_11_,
siteimpl0_.active as active2_11_,
siteimpl0_.create_repository as create_r3_11_,
siteimpl0_.description as descript4_11_,
siteimpl0_.domain as domain5_11_,
siteimpl0_.host as host6_11_,
siteimpl0_.name as name7_11_,
siteimpl0_.version as version8_11_
from
site siteimpl0_
inner join
site_application siteapplic1_
on siteimpl0_.id=siteapplic1_.site_id
where
siteapplic1_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
groupimpl0_.id as id1_1_,
groupimpl0_.default_admin as default_2_1_,
groupimpl0_.description as descript3_1_,
groupimpl0_.name as name4_1_,
groupimpl0_.version as version5_1_
from
authgroup groupimpl0_
where
groupimpl0_.name=?
2019-09-26 16:19:26,656 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@41d101d4, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:26,658 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2ea0e29d, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:26,673 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#603158857 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:26,681 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#396232739 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
repository0_.id as id1_7_0_,
repository0_.accepted_certs as accepted2_7_0_,
repository0_.active as active3_7_0_,
repository0_.description as descript4_7_0_,
repository0_.digest as digest5_7_0_,
repository0_.name as name6_7_0_,
repository0_.published as publishe7_7_0_,
repository0_.remote_repository_name as remote_r8_7_0_,
repository0_.mode as mode9_7_0_,
repository0_.type as type10_7_0_,
repository0_.strict as strict11_7_0_,
repository0_.uri as uri12_7_0_,
repository0_.version as version13_7_0_
from
repository repository0_
where
repository0_.id=?
2019-09-26 16:19:26,683 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2ea0e29d, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:26,685 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@40bfd515, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:26,699 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#45979426 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:26,706 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#114920439 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
subjectimp0_.id as id1_14_,
subjectimp0_.description as descript2_14_,
subjectimp0_.digest as digest3_14_,
subjectimp0_.email as email4_14_,
subjectimp0_.language as language5_14_,
subjectimp0_.name as name6_14_,
subjectimp0_.realname as realname7_14_,
subjectimp0_.salt as salt8_14_,
subjectimp0_.timezone as timezone9_14_,
subjectimp0_.type as type10_14_,
subjectimp0_.version as version11_14_
from
subject subjectimp0_
where
subjectimp0_.name=?
Hibernate:
select
groups0_.subject_Id as subject_1_15_0_,
groups0_.group_id as group_id2_15_0_,
groupimpl1_.id as id1_1_1_,
groupimpl1_.default_admin as default_2_1_1_,
groupimpl1_.description as descript3_1_1_,
groupimpl1_.name as name4_1_1_,
groupimpl1_.version as version5_1_1_
from
subject_authgroup groups0_
inner join
authgroup groupimpl1_
on groups0_.group_id=groupimpl1_.id
where
groups0_.subject_Id=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
2019-09-26 16:19:27,514 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@40bfd515, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:27,516 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@214844cc, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:27,533 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#521234803 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:27,540 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1749387612 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
subjectimp0_.id as id1_14_,
subjectimp0_.description as descript2_14_,
subjectimp0_.digest as digest3_14_,
subjectimp0_.email as email4_14_,
subjectimp0_.language as language5_14_,
subjectimp0_.name as name6_14_,
subjectimp0_.realname as realname7_14_,
subjectimp0_.salt as salt8_14_,
subjectimp0_.timezone as timezone9_14_,
subjectimp0_.type as type10_14_,
subjectimp0_.version as version11_14_
from
subject subjectimp0_
where
subjectimp0_.name=?
Hibernate:
select
groups0_.subject_Id as subject_1_15_0_,
groups0_.group_id as group_id2_15_0_,
groupimpl1_.id as id1_1_1_,
groupimpl1_.default_admin as default_2_1_1_,
groupimpl1_.description as descript3_1_1_,
groupimpl1_.name as name4_1_1_,
groupimpl1_.version as version5_1_1_
from
subject_authgroup groups0_
inner join
authgroup groupimpl1_
on groups0_.group_id=groupimpl1_.id
where
groups0_.subject_Id=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
Hibernate:
select
roles0_.authgroup_id as authgrou1_2_0_,
roles0_.role_id as role_id2_2_0_,
roleimpl1_.id as id1_9_1_,
roleimpl1_.application_id as applicat5_9_1_,
roleimpl1_.description as descript2_9_1_,
roleimpl1_.name as name3_9_1_,
roleimpl1_.version as version4_9_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
authgroup_role roles0_
inner join
role roleimpl1_
on roles0_.role_id=roleimpl1_.id
left outer join
application applicatio2_
on roleimpl1_.application_id=applicatio2_.id
where
roles0_.authgroup_id=?
2019-09-26 16:19:27,545 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@214844cc, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:27,584 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@456d03cd, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:27,599 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1986006160 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:27,603 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1279859002 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:27,604 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foobaz.a
2019-09-26 16:19:27,604 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foobaz.b
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:27,606 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@456d03cd, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:27,608 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6622f6b4, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:27,619 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#196135472 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:27,623 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#342216997 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:27,623 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property prop1
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:27,625 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6622f6b4, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:27,627 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3460165f, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:27,637 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1619932351 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:27,641 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#992930520 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.active as active3_12_0_,
siteapplic0_.connection_id as connecti6_12_0_,
siteapplic0_.deletion_mark as deletion4_12_0_,
siteapplic0_.reload_required as reload_r5_12_0_,
applicatio1_.id as id1_0_1_,
applicatio1_.appng_version as appng_ve2_0_1_,
applicatio1_.application_version as applicat3_0_1_,
applicatio1_.description as descript4_0_1_,
applicatio1_.displayName as displayN5_0_1_,
applicatio1_.fileBased as fileBase6_0_1_,
applicatio1_.hidden as hidden7_0_1_,
applicatio1_.longDescription as longDesc8_0_1_,
applicatio1_.name as name9_0_1_,
applicatio1_.privileged as privile10_0_1_,
applicatio1_.snapshot as snapsho11_0_1_,
applicatio1_.time_stamp as time_st12_0_1_,
applicatio1_.version as version13_0_1_,
databaseco2_.id as id1_3_2_,
databaseco2_.active as active2_3_2_,
databaseco2_.description as descript3_3_2_,
databaseco2_.driver_class as driver_c4_3_2_,
databaseco2_.jdbc_url as jdbc_url5_3_2_,
databaseco2_.managed as managed6_3_2_,
databaseco2_.max_connections as max_conn7_3_2_,
databaseco2_.min_connections as min_conn8_3_2_,
databaseco2_.name as name9_3_2_,
databaseco2_.password as passwor10_3_2_,
databaseco2_.site_id as site_id15_3_2_,
databaseco2_.type as type11_3_2_,
databaseco2_.username as usernam12_3_2_,
databaseco2_.validation_query as validat13_3_2_,
databaseco2_.version as version14_3_2_,
siteimpl3_.id as id1_11_3_,
siteimpl3_.active as active2_11_3_,
siteimpl3_.create_repository as create_r3_11_3_,
siteimpl3_.description as descript4_11_3_,
siteimpl3_.domain as domain5_11_3_,
siteimpl3_.host as host6_11_3_,
siteimpl3_.name as name7_11_3_,
siteimpl3_.version as version8_11_3_,
siteimpl4_.id as id1_11_4_,
siteimpl4_.active as active2_11_4_,
siteimpl4_.create_repository as create_r3_11_4_,
siteimpl4_.description as descript4_11_4_,
siteimpl4_.domain as domain5_11_4_,
siteimpl4_.host as host6_11_4_,
siteimpl4_.name as name7_11_4_,
siteimpl4_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
left outer join
site siteimpl4_
on siteapplic0_.site_id=siteimpl4_.id
where
siteapplic0_.application_id=?
and siteapplic0_.site_id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
2019-09-26 16:19:27,644 INFO [main] org.appng.core.service.CoreService: unlinking application manager from site site-1, status of database-connection is NO_DB_SUPPORTED
2019-09-26 16:19:27,644 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application manager from site site-1
Hibernate:
delete
from
sites_granted
where
application_id=?
and site_id=?
Hibernate:
delete
from
site_application
where
application_id=?
and site_id=?
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:27,645 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.manager.foo
Hibernate:
delete
from
property
where
name=?
and version=?
2019-09-26 16:19:27,645 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.manager.foobar
2019-09-26 16:19:27,646 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3460165f, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:27,648 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3178f903, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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@7891742e]; rollback [false]
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
roles0_.application_id as applicat5_9_0_,
roles0_.id as id1_9_0_,
roles0_.id as id1_9_1_,
roles0_.application_id as applicat5_9_1_,
roles0_.description as descript2_9_1_,
roles0_.name as name3_9_1_,
roles0_.version as version4_9_1_
from
role roles0_
where
roles0_.application_id=?
Hibernate:
select
permission0_.role_id as role_id1_10_0_,
permission0_.permissions_id as permissi2_10_0_,
permission1_.id as id1_4_1_,
permission1_.application_id as applicat5_4_1_,
permission1_.description as descript2_4_1_,
permission1_.name as name3_4_1_,
permission1_.version as version4_4_1_,
applicatio2_.id as id1_0_2_,
applicatio2_.appng_version as appng_ve2_0_2_,
applicatio2_.application_version as applicat3_0_2_,
applicatio2_.description as descript4_0_2_,
applicatio2_.displayName as displayN5_0_2_,
applicatio2_.fileBased as fileBase6_0_2_,
applicatio2_.hidden as hidden7_0_2_,
applicatio2_.longDescription as longDesc8_0_2_,
applicatio2_.name as name9_0_2_,
applicatio2_.privileged as privile10_0_2_,
applicatio2_.snapshot as snapsho11_0_2_,
applicatio2_.time_stamp as time_st12_0_2_,
applicatio2_.version as version13_0_2_
from
role_permission permission0_
inner join
permission permission1_
on permission0_.permissions_id=permission1_.id
left outer join
application applicatio2_
on permission1_.application_id=applicatio2_.id
where
permission0_.role_id=?
Hibernate:
select
permission0_.application_id as applicat5_4_0_,
permission0_.id as id1_4_0_,
permission0_.id as id1_4_1_,
permission0_.application_id as applicat5_4_1_,
permission0_.description as descript2_4_1_,
permission0_.name as name3_4_1_,
permission0_.version as version4_4_1_
from
permission permission0_
where
permission0_.application_id=?
Hibernate:
select
resourcese0_.application_id as applicat8_8_0_,
resourcese0_.id as id1_8_0_,
resourcese0_.id as id1_8_1_,
resourcese0_.application_id as applicat8_8_1_,
resourcese0_.bytes as bytes2_8_1_,
resourcese0_.checksum as checksum3_8_1_,
resourcese0_.description as descript4_8_1_,
resourcese0_.name as name5_8_1_,
resourcese0_.type as type6_8_1_,
resourcese0_.version as version7_8_1_
from
resource resourcese0_
where
resourcese0_.application_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:27,658 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1846302531 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
siteimpl0_.id as id1_11_0_,
siteimpl0_.active as active2_11_0_,
siteimpl0_.create_repository as create_r3_11_0_,
siteimpl0_.description as descript4_11_0_,
siteimpl0_.domain as domain5_11_0_,
siteimpl0_.host as host6_11_0_,
siteimpl0_.name as name7_11_0_,
siteimpl0_.version as version8_11_0_
from
site siteimpl0_
where
siteimpl0_.id=?
Hibernate:
select
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.application_id as applicat1_12_1_,
siteapplic0_.site_id as site_id2_12_1_,
siteapplic0_.active as active3_12_1_,
siteapplic0_.connection_id as connecti6_12_1_,
siteapplic0_.deletion_mark as deletion4_12_1_,
siteapplic0_.reload_required as reload_r5_12_1_,
applicatio1_.id as id1_0_2_,
applicatio1_.appng_version as appng_ve2_0_2_,
applicatio1_.application_version as applicat3_0_2_,
applicatio1_.description as descript4_0_2_,
applicatio1_.displayName as displayN5_0_2_,
applicatio1_.fileBased as fileBase6_0_2_,
applicatio1_.hidden as hidden7_0_2_,
applicatio1_.longDescription as longDesc8_0_2_,
applicatio1_.name as name9_0_2_,
applicatio1_.privileged as privile10_0_2_,
applicatio1_.snapshot as snapsho11_0_2_,
applicatio1_.time_stamp as time_st12_0_2_,
applicatio1_.version as version13_0_2_,
databaseco2_.id as id1_3_3_,
databaseco2_.active as active2_3_3_,
databaseco2_.description as descript3_3_3_,
databaseco2_.driver_class as driver_c4_3_3_,
databaseco2_.jdbc_url as jdbc_url5_3_3_,
databaseco2_.managed as managed6_3_3_,
databaseco2_.max_connections as max_conn7_3_3_,
databaseco2_.min_connections as min_conn8_3_3_,
databaseco2_.name as name9_3_3_,
databaseco2_.password as passwor10_3_3_,
databaseco2_.site_id as site_id15_3_3_,
databaseco2_.type as type11_3_3_,
databaseco2_.username as usernam12_3_3_,
databaseco2_.validation_query as validat13_3_3_,
databaseco2_.version as version14_3_3_,
siteimpl3_.id as id1_11_4_,
siteimpl3_.active as active2_11_4_,
siteimpl3_.create_repository as create_r3_11_4_,
siteimpl3_.description as descript4_11_4_,
siteimpl3_.domain as domain5_11_4_,
siteimpl3_.host as host6_11_4_,
siteimpl3_.name as name7_11_4_,
siteimpl3_.version as version8_11_4_
from
site_application siteapplic0_
left outer join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
left outer join
database_connection databaseco2_
on siteapplic0_.connection_id=databaseco2_.id
left outer join
site siteimpl3_
on databaseco2_.site_id=siteimpl3_.id
where
siteapplic0_.site_id=?
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:27,662 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1382315525 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
Hibernate:
select
subjectimp0_.id as id1_14_,
subjectimp0_.description as descript2_14_,
subjectimp0_.digest as digest3_14_,
subjectimp0_.email as email4_14_,
subjectimp0_.language as language5_14_,
subjectimp0_.name as name6_14_,
subjectimp0_.realname as realname7_14_,
subjectimp0_.salt as salt8_14_,
subjectimp0_.timezone as timezone9_14_,
subjectimp0_.type as type10_14_,
subjectimp0_.version as version11_14_
from
subject subjectimp0_
where
subjectimp0_.name=?
Hibernate:
update
subject
set
description=?,
digest=?,
email=?,
language=?,
name=?,
realname=?,
salt=?,
timezone=?,
type=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:28,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3
2019-09-26 16:19:28,490 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7d2a4598 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3178f903, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bc4ec43 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]]]
2019-09-26 16:19:28,491 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3ca3eba2: startup date [Thu Sep 26 16:19:19 CEST 2019]; root of context hierarchy
2019-09-26 16:19:28,496 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:28,497 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
[WARNING] Tests run: 80, Failures: 0, Errors: 0, Skipped: 20, Time elapsed: 9.191 s - in org.appng.core.service.CoreServiceTest
[INFO] Running org.appng.core.service.DatabaseServiceTest
2019-09-26 16:19:28,504 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]
2019-09-26 16:19:28,504 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@21721fc6, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@30b69dd, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1c244e31, org.springframework.test.context.support.DirtiesContextTestExecutionListener@b54cfd8, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3ae96d5b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@62f4ae5a]
2019-09-26 16:19:28,505 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5c1f31f3: startup date [Thu Sep 26 16:19:28 CEST 2019]; root of context hierarchy
2019-09-26 16:19:28,654 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]
2019-09-26 16:19:28,654 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=destroy; 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]
2019-09-26 16:19:28,654 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]
2019-09-26 16:19:28,654 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]
2019-09-26 16:19:28,655 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]
2019-09-26 16:19:28,655 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]
2019-09-26 16:19:28,655 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]
2019-09-26 16:19:28,655 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]
2019-09-26 16:19:28,655 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]
2019-09-26 16:19:28,655 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]
2019-09-26 16:19:28,655 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]
2019-09-26 16:19:28,656 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]
2019-09-26 16:19:28,656 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]
2019-09-26 16:19:28,656 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]
2019-09-26 16:19:28,657 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]
2019-09-26 16:19:28,657 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' 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=environment; 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=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig]
2019-09-26 16:19:28,657 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]
2019-09-26 16:19:28,657 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]
2019-09-26 16:19:28,690 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:19:28,744 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:28,760 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:19:28,791 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:19:28,791 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:19:28,791 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:19:28,791 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:19:28,791 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:19:28,792 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:19:28,797 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
Hibernate:
drop table if exists application CASCADE
2019-09-26 16:19:29,050 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@10af6715] 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.
Hibernate:
drop table if exists authgroup CASCADE
Hibernate:
drop table if exists authgroup_role CASCADE
Hibernate:
drop table if exists database_connection CASCADE
Hibernate:
drop table if exists permission CASCADE
Hibernate:
drop table if exists platform_event CASCADE
Hibernate:
drop table if exists property CASCADE
Hibernate:
drop table if exists repository CASCADE
Hibernate:
drop table if exists resource CASCADE
Hibernate:
drop table if exists role CASCADE
Hibernate:
drop table if exists role_permission CASCADE
Hibernate:
drop table if exists site CASCADE
Hibernate:
drop table if exists site_application CASCADE
Hibernate:
drop table if exists sites_granted CASCADE
Hibernate:
drop table if exists subject CASCADE
Hibernate:
drop table if exists subject_authgroup CASCADE
Hibernate:
drop table if exists template CASCADE
Hibernate:
drop table if exists template_resource CASCADE
Hibernate:
drop table if exists TestEntity CASCADE
Hibernate:
create table application (
id integer generated by default as identity (start with 1),
appng_version varchar(64),
application_version varchar(64),
description LONGVARCHAR,
displayName varchar(64),
fileBased boolean not null,
hidden boolean not null,
longDescription clob(255),
name varchar(64) not null,
privileged boolean,
snapshot boolean not null,
time_stamp varchar(64),
version timestamp,
primary key (id)
)
2019-09-26 16:19:29,057 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5fbd0979] 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.
Hibernate:
create table authgroup (
id integer generated by default as identity (start with 1),
default_admin boolean,
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table authgroup_role (
authgroup_id integer not null,
role_id integer not null,
primary key (authgroup_id, role_id)
)
Hibernate:
create table database_connection (
id integer generated by default as identity (start with 1),
active boolean not null,
description varchar(255),
driver_class varchar(255) not null,
jdbc_url varchar(255) not null,
managed boolean not null,
max_connections integer not null,
min_connections integer not null check (min_connections>=1),
name varchar(255) not null,
password blob(255),
type varchar(255) not null,
username varchar(255) not null,
validation_query varchar(255),
version timestamp,
site_id integer,
primary key (id)
)
Hibernate:
create table permission (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(255) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table platform_event (
id integer generated by default as identity (start with 1),
application varchar(255),
context varchar(255),
created timestamp,
event varchar(255),
hostName varchar(255),
origin varchar(255),
requestId varchar(255),
sessionId varchar(255),
ev_type varchar(255),
ev_user varchar(255),
primary key (id)
)
Hibernate:
create table property (
name varchar(255) not null,
value varchar(255),
blobValue blob(255),
clobValue clob(255),
defaultValue varchar(255),
description LONGVARCHAR,
mandatory boolean not null,
version timestamp,
primary key (name)
)
Hibernate:
create table repository (
id integer generated by default as identity (start with 1),
accepted_certs blob(255),
active boolean not null,
description LONGVARCHAR,
digest varchar(255),
name varchar(64) not null,
published boolean not null,
remote_repository_name varchar(64),
mode varchar(255),
type varchar(255),
strict boolean not null,
uri varbinary(255),
version timestamp,
primary key (id)
)
Hibernate:
create table resource (
id integer generated by default as identity (start with 1),
bytes blob(255) not null,
checksum varchar(255),
description LONGVARCHAR,
name varchar(255),
type varchar(255),
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role_permission (
role_id integer not null,
permissions_id integer not null,
primary key (role_id, permissions_id)
)
Hibernate:
create table site (
id integer generated by default as identity (start with 1),
active boolean not null,
create_repository boolean,
description LONGVARCHAR,
domain varchar(255) not null,
host varchar(255) not null,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table site_application (
application_id integer not null,
site_id integer not null,
active boolean not null,
deletion_mark boolean,
reload_required boolean,
connection_id integer,
primary key (application_id, site_id)
)
Hibernate:
create table sites_granted (
application_id integer not null,
site_id integer not null,
granted_site_id integer not null,
primary key (application_id, site_id, granted_site_id)
)
Hibernate:
create table subject (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
digest varchar(255),
email varchar(255),
language varchar(3) not null,
name varchar(64) not null,
realname varchar(64) not null,
salt varchar(255),
timezone varchar(255),
type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table subject_authgroup (
subject_Id integer not null,
group_id integer not null
)
Hibernate:
create table template (
id integer generated by default as identity (start with 1),
appng_version varchar(255),
description varchar(255),
displayName varchar(255),
long_desc varchar(255),
name varchar(255),
template_version varchar(255),
timestamp varchar(255),
tpl_type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table template_resource (
id integer generated by default as identity (start with 1),
bytes blob(255),
checksum varchar(255),
file_version timestamp,
name varchar(255),
version timestamp,
template_id integer,
primary key (id)
)
Hibernate:
create table TestEntity (
id integer generated by default as identity (start with 1),
booleanValue boolean,
doubleValue double,
integerValue integer,
name varchar(255) not null,
primary key (id)
)
Hibernate:
alter table application
add constraint UK_lspnba25gpku3nx3oecprrx8c unique (name)
Hibernate:
alter table authgroup
add constraint UK_hng9ojpn9gcumrchsw1gqwpa3 unique (name)
Hibernate:
alter table repository
add constraint UK_pbnisjkw01y5ole425crs0ra6 unique (name)
Hibernate:
alter table site
add constraint UK_qsgk5cjl6wt1xvhdeqymoymqb unique (domain)
Hibernate:
alter table site
add constraint UK_nnbksm3ee42ted5jwjv82ld8 unique (host)
Hibernate:
alter table site
add constraint UK_f9iil6uu8d9ohutpr2irlpvio unique (name)
Hibernate:
alter table subject
add constraint UK_p1jgir6qcpmqnxt4a8105wsot unique (name)
Hibernate:
alter table authgroup_role
add constraint FKb9vanycq8blatrv0cygmo4ys
foreign key (role_id)
references role
Hibernate:
alter table authgroup_role
add constraint FKrcn022l06aob7yh4i0pocmyfw
foreign key (authgroup_id)
references authgroup
Hibernate:
alter table database_connection
add constraint FK2nc6v72wsqqkm08g6esvl56qa
foreign key (site_id)
references site
Hibernate:
alter table permission
add constraint FKqx6yod2u5o379ea6ilb9320pf
foreign key (application_id)
references application
Hibernate:
alter table resource
add constraint FKao8gqbsc5pjonvob97v06wdfh
foreign key (application_id)
references application
Hibernate:
alter table role
add constraint FK2n86cvour8hpl69i8t5qq139u
foreign key (application_id)
references application
Hibernate:
alter table role_permission
add constraint FKsidab0lpqi82o4o15bwde2c5f
foreign key (permissions_id)
references permission
Hibernate:
alter table role_permission
add constraint FKa6jx8n8xkesmjmv6jqug6bg68
foreign key (role_id)
references role
Hibernate:
alter table site_application
add constraint FKfidgrdtxu15bc7fakr83aln2d
foreign key (application_id)
references application
Hibernate:
alter table site_application
add constraint FKqd6qo05h21mxnh9xw8piia2sv
foreign key (connection_id)
references database_connection
Hibernate:
alter table site_application
add constraint FK471twt4o8anj8n4pic9r2c3ld
foreign key (site_id)
references site
Hibernate:
alter table sites_granted
add constraint FKbmo1w3an2hajxekhl31138r9i
foreign key (granted_site_id)
references site
Hibernate:
alter table sites_granted
add constraint FK70e3j7mp3imtb4x5llus087hh
foreign key (application_id, site_id)
references site_application
Hibernate:
alter table subject_authgroup
add constraint FK1h3gxc3kkurxb2ywgd8lsiygg
foreign key (group_id)
references authgroup
Hibernate:
alter table subject_authgroup
add constraint FKo4thj02w2sqac23qqgnauygej
foreign key (subject_Id)
references subject
Hibernate:
alter table template_resource
add constraint FK__TEMPLATE_RESOURCE__TEMPLATE_ID
foreign key (template_id)
references template
2019-09-26 16:19:29,080 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:19:29,081 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:29,084 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@5c1f31f3: startup date [Thu Sep 26 16:19:28 CEST 2019]; root of context hierarchy
2019-09-26 16:19:29,320 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver
2019-09-26 16:19:29,370 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4.1)
2019-09-26 16:19:29,380 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse
2019-09-26 16:19:29,390 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4)
2019-09-26 16:19:29,432 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4.1)
2019-09-26 16:19:29,433 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4)
2019-09-26 16:19:29,443 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.005s)
2019-09-26 16:19:29,449 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version"
2019-09-26 16:19:29,459 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >>
2019-09-26 16:19:29,466 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup
2019-09-26 16:19:29,484 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup
2019-09-26 16:19:29,493 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template
2019-09-26 16:19:29,498 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict
2019-09-26 16:19:29,504 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest
2019-09-26 16:19:29,509 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null
2019-09-26 16:19:29,513 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template
2019-09-26 16:19:29,517 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role
2019-09-26 16:19:29,522 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs
2019-09-26 16:19:29,526 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event
2019-09-26 16:19:29,530 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record
2019-09-26 16:19:29,534 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.086s).
2019-09-26 16:19:29,536 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4.1)
2019-09-26 16:19:29,537 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4)
2019-09-26 16:19:29,568 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG Root Database
Hibernate:
insert
into
database_connection
(id, active, description, driver_class, jdbc_url, managed, max_connections, min_connections, name, password, site_id, type, username, validation_query, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
select
databaseco0_.id as id1_3_,
databaseco0_.active as active2_3_,
databaseco0_.description as descript3_3_,
databaseco0_.driver_class as driver_c4_3_,
databaseco0_.jdbc_url as jdbc_url5_3_,
databaseco0_.managed as managed6_3_,
databaseco0_.max_connections as max_conn7_3_,
databaseco0_.min_connections as min_conn8_3_,
databaseco0_.name as name9_3_,
databaseco0_.password as passwor10_3_,
databaseco0_.site_id as site_id15_3_,
databaseco0_.type as type11_3_,
databaseco0_.username as usernam12_3_,
databaseco0_.validation_query as validat13_3_,
databaseco0_.version as version14_3_
from
database_connection databaseco0_
where
(
databaseco0_.site_id is null
)
and databaseco0_.type=?
2019-09-26 16:19:29,574 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG HSQL
Hibernate:
insert
into
database_connection
(id, active, description, driver_class, jdbc_url, managed, max_connections, min_connections, name, password, site_id, type, username, validation_query, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:29,580 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4.1) is active.
Hibernate:
update
database_connection
set
active=?,
description=?,
driver_class=?,
jdbc_url=?,
managed=?,
max_connections=?,
min_connections=?,
name=?,
password=?,
site_id=?,
type=?,
username=?,
validation_query=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:29,583 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform DatabaseConnection appNG HSQL
Hibernate:
select
databaseco0_.id as id1_3_,
databaseco0_.active as active2_3_,
databaseco0_.description as descript3_3_,
databaseco0_.driver_class as driver_c4_3_,
databaseco0_.jdbc_url as jdbc_url5_3_,
databaseco0_.managed as managed6_3_,
databaseco0_.max_connections as max_conn7_3_,
databaseco0_.min_connections as min_conn8_3_,
databaseco0_.name as name9_3_,
databaseco0_.password as passwor10_3_,
databaseco0_.site_id as site_id15_3_,
databaseco0_.type as type11_3_,
databaseco0_.username as usernam12_3_,
databaseco0_.validation_query as validat13_3_,
databaseco0_.version as version14_3_
from
database_connection databaseco0_
where
(
databaseco0_.site_id is null
)
and databaseco0_.type=?
2019-09-26 16:19:29,584 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG MYSQL
Hibernate:
insert
into
database_connection
(id, active, description, driver_class, jdbc_url, managed, max_connections, min_connections, name, password, site_id, type, username, validation_query, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:29,585 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver com.mysql.jdbc.Driver
2019-09-26 16:19:29,834 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))
2019-09-26 16:19:29,834 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated.
Hibernate:
select
databaseco0_.id as id1_3_,
databaseco0_.active as active2_3_,
databaseco0_.description as descript3_3_,
databaseco0_.driver_class as driver_c4_3_,
databaseco0_.jdbc_url as jdbc_url5_3_,
databaseco0_.managed as managed6_3_,
databaseco0_.max_connections as max_conn7_3_,
databaseco0_.min_connections as min_conn8_3_,
databaseco0_.name as name9_3_,
databaseco0_.password as passwor10_3_,
databaseco0_.site_id as site_id15_3_,
databaseco0_.type as type11_3_,
databaseco0_.username as usernam12_3_,
databaseco0_.validation_query as validat13_3_,
databaseco0_.version as version14_3_
from
database_connection databaseco0_
where
(
databaseco0_.site_id is null
)
and databaseco0_.type=?
2019-09-26 16:19:29,837 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver com.microsoft.sqlserver.jdbc.SQLServerDriver
Hibernate:
select
databaseco0_.id as id1_3_,
databaseco0_.active as active2_3_,
databaseco0_.description as descript3_3_,
databaseco0_.driver_class as driver_c4_3_,
databaseco0_.jdbc_url as jdbc_url5_3_,
databaseco0_.managed as managed6_3_,
databaseco0_.max_connections as max_conn7_3_,
databaseco0_.min_connections as min_conn8_3_,
databaseco0_.name as name9_3_,
databaseco0_.password as passwor10_3_,
databaseco0_.site_id as site_id15_3_,
databaseco0_.type as type11_3_,
databaseco0_.username as usernam12_3_,
databaseco0_.validation_query as validat13_3_,
databaseco0_.version as version14_3_
from
database_connection databaseco0_
2019-09-26 16:19:29,843 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5c1f31f3: startup date [Thu Sep 26 16:19:28 CEST 2019]; root of context hierarchy
2019-09-26 16:19:29,844 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:29,845 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
[WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.342 s - in org.appng.core.service.DatabaseServiceTest
[INFO] Running org.appng.core.service.SiteClassLoaderBuilderTest
2019-09-26 16:19:29,859 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#747519370 for site localhost with parent sun.misc.Launcher$AppClassLoader#1252169911 created
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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
2019-09-26 16:19:29,870 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]
2019-09-26 16:19:29,871 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5b02d7a7, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@27d74f45, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@16716806, org.springframework.test.context.support.DirtiesContextTestExecutionListener@36d61bbf, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7ba44d2d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6614987b]
2019-09-26 16:19:29,873 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7bb8ede7: startup date [Thu Sep 26 16:19:29 CEST 2019]; root of context hierarchy
2019-09-26 16:19:30,046 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]
2019-09-26 16:19:30,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=destroy; 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]
2019-09-26 16:19:30,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]
2019-09-26 16:19:30,047 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]
2019-09-26 16:19:30,048 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]
2019-09-26 16:19:30,048 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]
2019-09-26 16:19:30,049 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]
2019-09-26 16:19:30,050 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]
2019-09-26 16:19:30,050 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]
2019-09-26 16:19:30,050 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]
2019-09-26 16:19:30,050 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]
2019-09-26 16:19:30,050 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]
2019-09-26 16:19:30,051 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]
2019-09-26 16:19:30,051 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]
2019-09-26 16:19:30,051 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]
2019-09-26 16:19:30,051 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' 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=environment; 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=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig]
2019-09-26 16:19:30,051 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]
2019-09-26 16:19:30,051 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]
2019-09-26 16:19:30,099 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:19:30,162 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:30,184 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:19:30,241 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:19:30,241 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:19:30,241 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:19:30,241 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:19:30,241 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:19:30,242 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:19:30,247 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
Hibernate:
drop table if exists application CASCADE
2019-09-26 16:19:30,561 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@28faece4] 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.
Hibernate:
drop table if exists authgroup CASCADE
Hibernate:
drop table if exists authgroup_role CASCADE
Hibernate:
drop table if exists database_connection CASCADE
Hibernate:
drop table if exists permission CASCADE
Hibernate:
drop table if exists platform_event CASCADE
Hibernate:
drop table if exists property CASCADE
Hibernate:
drop table if exists repository CASCADE
Hibernate:
drop table if exists resource CASCADE
Hibernate:
drop table if exists role CASCADE
Hibernate:
drop table if exists role_permission CASCADE
Hibernate:
drop table if exists site CASCADE
Hibernate:
drop table if exists site_application CASCADE
Hibernate:
drop table if exists sites_granted CASCADE
Hibernate:
drop table if exists subject CASCADE
Hibernate:
drop table if exists subject_authgroup CASCADE
Hibernate:
drop table if exists template CASCADE
Hibernate:
drop table if exists template_resource CASCADE
Hibernate:
drop table if exists TestEntity CASCADE
Hibernate:
create table application (
id integer generated by default as identity (start with 1),
appng_version varchar(64),
application_version varchar(64),
description LONGVARCHAR,
displayName varchar(64),
fileBased boolean not null,
hidden boolean not null,
longDescription clob(255),
name varchar(64) not null,
privileged boolean,
snapshot boolean not null,
time_stamp varchar(64),
version timestamp,
primary key (id)
)
2019-09-26 16:19:30,566 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@459a9bb2] 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.
Hibernate:
create table authgroup (
id integer generated by default as identity (start with 1),
default_admin boolean,
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table authgroup_role (
authgroup_id integer not null,
role_id integer not null,
primary key (authgroup_id, role_id)
)
Hibernate:
create table database_connection (
id integer generated by default as identity (start with 1),
active boolean not null,
description varchar(255),
driver_class varchar(255) not null,
jdbc_url varchar(255) not null,
managed boolean not null,
max_connections integer not null,
min_connections integer not null check (min_connections>=1),
name varchar(255) not null,
password blob(255),
type varchar(255) not null,
username varchar(255) not null,
validation_query varchar(255),
version timestamp,
site_id integer,
primary key (id)
)
Hibernate:
create table permission (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(255) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table platform_event (
id integer generated by default as identity (start with 1),
application varchar(255),
context varchar(255),
created timestamp,
event varchar(255),
hostName varchar(255),
origin varchar(255),
requestId varchar(255),
sessionId varchar(255),
ev_type varchar(255),
ev_user varchar(255),
primary key (id)
)
Hibernate:
create table property (
name varchar(255) not null,
value varchar(255),
blobValue blob(255),
clobValue clob(255),
defaultValue varchar(255),
description LONGVARCHAR,
mandatory boolean not null,
version timestamp,
primary key (name)
)
Hibernate:
create table repository (
id integer generated by default as identity (start with 1),
accepted_certs blob(255),
active boolean not null,
description LONGVARCHAR,
digest varchar(255),
name varchar(64) not null,
published boolean not null,
remote_repository_name varchar(64),
mode varchar(255),
type varchar(255),
strict boolean not null,
uri varbinary(255),
version timestamp,
primary key (id)
)
Hibernate:
create table resource (
id integer generated by default as identity (start with 1),
bytes blob(255) not null,
checksum varchar(255),
description LONGVARCHAR,
name varchar(255),
type varchar(255),
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role_permission (
role_id integer not null,
permissions_id integer not null,
primary key (role_id, permissions_id)
)
Hibernate:
create table site (
id integer generated by default as identity (start with 1),
active boolean not null,
create_repository boolean,
description LONGVARCHAR,
domain varchar(255) not null,
host varchar(255) not null,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table site_application (
application_id integer not null,
site_id integer not null,
active boolean not null,
deletion_mark boolean,
reload_required boolean,
connection_id integer,
primary key (application_id, site_id)
)
Hibernate:
create table sites_granted (
application_id integer not null,
site_id integer not null,
granted_site_id integer not null,
primary key (application_id, site_id, granted_site_id)
)
Hibernate:
create table subject (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
digest varchar(255),
email varchar(255),
language varchar(3) not null,
name varchar(64) not null,
realname varchar(64) not null,
salt varchar(255),
timezone varchar(255),
type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table subject_authgroup (
subject_Id integer not null,
group_id integer not null
)
Hibernate:
create table template (
id integer generated by default as identity (start with 1),
appng_version varchar(255),
description varchar(255),
displayName varchar(255),
long_desc varchar(255),
name varchar(255),
template_version varchar(255),
timestamp varchar(255),
tpl_type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table template_resource (
id integer generated by default as identity (start with 1),
bytes blob(255),
checksum varchar(255),
file_version timestamp,
name varchar(255),
version timestamp,
template_id integer,
primary key (id)
)
Hibernate:
create table TestEntity (
id integer generated by default as identity (start with 1),
booleanValue boolean,
doubleValue double,
integerValue integer,
name varchar(255) not null,
primary key (id)
)
Hibernate:
alter table application
add constraint UK_lspnba25gpku3nx3oecprrx8c unique (name)
Hibernate:
alter table authgroup
add constraint UK_hng9ojpn9gcumrchsw1gqwpa3 unique (name)
Hibernate:
alter table repository
add constraint UK_pbnisjkw01y5ole425crs0ra6 unique (name)
Hibernate:
alter table site
add constraint UK_qsgk5cjl6wt1xvhdeqymoymqb unique (domain)
Hibernate:
alter table site
add constraint UK_nnbksm3ee42ted5jwjv82ld8 unique (host)
Hibernate:
alter table site
add constraint UK_f9iil6uu8d9ohutpr2irlpvio unique (name)
Hibernate:
alter table subject
add constraint UK_p1jgir6qcpmqnxt4a8105wsot unique (name)
Hibernate:
alter table authgroup_role
add constraint FKb9vanycq8blatrv0cygmo4ys
foreign key (role_id)
references role
Hibernate:
alter table authgroup_role
add constraint FKrcn022l06aob7yh4i0pocmyfw
foreign key (authgroup_id)
references authgroup
Hibernate:
alter table database_connection
add constraint FK2nc6v72wsqqkm08g6esvl56qa
foreign key (site_id)
references site
Hibernate:
alter table permission
add constraint FKqx6yod2u5o379ea6ilb9320pf
foreign key (application_id)
references application
Hibernate:
alter table resource
add constraint FKao8gqbsc5pjonvob97v06wdfh
foreign key (application_id)
references application
Hibernate:
alter table role
add constraint FK2n86cvour8hpl69i8t5qq139u
foreign key (application_id)
references application
Hibernate:
alter table role_permission
add constraint FKsidab0lpqi82o4o15bwde2c5f
foreign key (permissions_id)
references permission
Hibernate:
alter table role_permission
add constraint FKa6jx8n8xkesmjmv6jqug6bg68
foreign key (role_id)
references role
Hibernate:
alter table site_application
add constraint FKfidgrdtxu15bc7fakr83aln2d
foreign key (application_id)
references application
Hibernate:
alter table site_application
add constraint FKqd6qo05h21mxnh9xw8piia2sv
foreign key (connection_id)
references database_connection
Hibernate:
alter table site_application
add constraint FK471twt4o8anj8n4pic9r2c3ld
foreign key (site_id)
references site
Hibernate:
alter table sites_granted
add constraint FKbmo1w3an2hajxekhl31138r9i
foreign key (granted_site_id)
references site
Hibernate:
alter table sites_granted
add constraint FK70e3j7mp3imtb4x5llus087hh
foreign key (application_id, site_id)
references site_application
Hibernate:
alter table subject_authgroup
add constraint FK1h3gxc3kkurxb2ywgd8lsiygg
foreign key (group_id)
references authgroup
Hibernate:
alter table subject_authgroup
add constraint FKo4thj02w2sqac23qqgnauygej
foreign key (subject_Id)
references subject
Hibernate:
alter table template_resource
add constraint FK__TEMPLATE_RESOURCE__TEMPLATE_ID
foreign key (template_id)
references template
2019-09-26 16:19:30,589 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:19:30,589 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:30,592 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@7bb8ede7: startup date [Thu Sep 26 16:19:29 CEST 2019]; root of context hierarchy
2019-09-26 16:19:30,832 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444050a7 testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@7ede650b, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@62b0a58b 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@ec1963b]; rollback [false]
2019-09-26 16:19:30,834 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#266091396 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:30,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-3
Hibernate:
insert
into
subject
(id, description, digest, email, language, name, realname, salt, timezone, type, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:30,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-1
Hibernate:
insert
into
site
(id, active, create_repository, description, domain, host, name, version)
values
(default, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:30,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application application1
Hibernate:
insert
into
resource
(id, application_id, bytes, checksum, description, name, type, version)
values
(default, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:30,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application application1
Hibernate:
insert
into
application
(id, appng_version, application_version, description, displayName, fileBased, hidden, longDescription, name, privileged, snapshot, time_stamp, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:30,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role dummy
Hibernate:
insert
into
role
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
2019-09-26 16:19:30,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-1
Hibernate:
insert
into
permission
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
2019-09-26 16:19:30,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-1
Hibernate:
insert
into
authgroup
(id, default_admin, description, name, version)
values
(default, ?, ?, ?, ?)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
2019-09-26 16:19:30,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingEnabled
2019-09-26 16:19:30,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.filebasedDeployment
2019-09-26 16:19:30,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.jspFileType
2019-09-26 16:19:30,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStorePassword
2019-09-26 16:19:30,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.platformRootPath
2019-09-26 16:19:30,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.manageDatabases
2019-09-26 16:19:30,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.appngData
2019-09-26 16:19:30,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cachePlatformFolder
2019-09-26 16:19:30,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryCert
2019-09-26 16:19:30,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.defaultTemplate
2019-09-26 16:19:30,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.devMode
2019-09-26 16:19:30,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.logfile
2019-09-26 16:19:30,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssAllowedTags
2019-09-26 16:19:30,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailDisabled
2019-09-26 16:19:30,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyRegEx
2019-09-26 16:19:30,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.formatOutput
2019-09-26 16:19:30,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sharedSecret
2019-09-26 16:19:30,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.ehcacheConfig
2019-09-26 16:19:30,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryPath
2019-09-26 16:19:30,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryVerifySignature
2019-09-26 16:19:30,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositorySignature
2019-09-26 16:19:30,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheApplicationFolder
2019-09-26 16:19:30,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.writeDebugFiles
2019-09-26 16:19:30,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryDefaultDigest
2019-09-26 16:19:30,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitorPerformance
2019-09-26 16:19:30,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mdcEnabled
2019-09-26 16:19:30,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.vHostMode
2019-09-26 16:19:30,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templateFolder
2019-09-26 16:19:30,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyErrorMessageKey
2019-09-26 16:19:30,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.locale
2019-09-26 16:19:30,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sessionTimeout
2019-09-26 16:19:30,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cleanTempFolderOnStartup
2019-09-26 16:19:30,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.encoding
2019-09-26 16:19:30,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.maxUploadSize
2019-09-26 16:19:30,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templatePrefix
2019-09-26 16:19:30,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStore
2019-09-26 16:19:30,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.imageMagickPath
2019-09-26 16:19:30,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databasePrefix
2019-09-26 16:19:30,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheFolder
2019-09-26 16:19:30,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupAddress
2019-09-26 16:19:30,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssProtect
2019-09-26 16:19:30,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailHost
2019-09-26 16:19:30,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.timeZone
2019-09-26 16:19:30,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheImageFolder
2019-09-26 16:19:30,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingReceiver
2019-09-26 16:19:30,864 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupPort
2019-09-26 16:19:30,864 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.csrfFilterEnabled
2019-09-26 16:19:30,864 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailPort
2019-09-26 16:19:30,864 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.uploadDir
2019-09-26 16:19:30,864 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.applicationDir
2019-09-26 16:19:30,864 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databaseValidationPeriod
2019-09-26 16:19:30,866 INFO [main] org.appng.api.messaging.Messaging: system property appng.node.id is not set, using local host name de-f2-p-appngdev0 as fallback
2019-09-26 16:19:30,866 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled
2019-09-26 16:19:30,866 INFO [main] org.appng.core.service.InitializerService: applications are located at /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/test-classes/applications or in the database
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
update
subject
set
description=?,
digest=?,
email=?,
language=?,
name=?,
realname=?,
salt=?,
timezone=?,
type=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:30,880 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3
Hibernate:
update
resource
set
application_id=?,
bytes=?,
checksum=?,
description=?,
name=?,
type=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:30,881 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application application1
Hibernate:
update
role
set
application_id=?,
description=?,
name=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:30,882 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role dummy
Hibernate:
insert
into
subject_authgroup
(subject_Id, group_id)
values
(?, ?)
Hibernate:
insert
into
role_permission
(role_id, permissions_id)
values
(?, ?)
Hibernate:
insert
into
authgroup_role
(authgroup_id, role_id)
values
(?, ?)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
(
propertyim0_.name like ?
)
and (
propertyim0_.name not like ?
)
Hibernate:
select
count(propertyim0_.name) as col_0_0_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name in (
? , ? , ? , ? , ?
) limit ?
2019-09-26 16:19:30,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheClearOnShutdown
2019-09-26 16:19:30,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPrincipalScheme
2019-09-26 16:19:30,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapStartTls
2019-09-26 16:19:30,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapIdAttribute
2019-09-26 16:19:30,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPages
2019-09-26 16:19:30,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.host
2019-09-26 16:19:30,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPage
2019-09-26 16:19:30,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedPaths
2019-09-26 16:19:30,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionName
2019-09-26 16:19:30,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputFormat
2019-09-26 16:19:30,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.tagPrefix
2019-09-26 16:19:30,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.name
2019-09-26 16:19:30,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectionEnabled
2019-09-26 16:19:30,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUser
2019-09-26 16:19:30,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.timeZone
2019-09-26 16:19:30,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutRef
2019-09-26 16:19:30,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheExceptions
2019-09-26 16:19:30,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.encoding
2019-09-26 16:19:30,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authApplication
2019-09-26 16:19:30,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginPage
2019-09-26 16:19:30,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchChunkSize
2019-09-26 16:19:30,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.template
2019-09-26 16:19:30,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheStatistics
2019-09-26 16:19:30,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUserBaseDn
2019-09-26 16:19:30,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputType
2019-09-26 16:19:30,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportedLanguages
2019-09-26 16:19:30,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailPort
2019-09-26 16:19:30,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheBlockingTimeout
2019-09-26 16:19:30,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPage
2019-09-26 16:19:30,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.service-path
2019-09-26 16:19:30,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileSystemQueueSize
2019-09-26 16:19:30,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.siteRootDir
2019-09-26 16:19:30,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexConfig
2019-09-26 16:19:30,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapHost
2019-09-26 16:19:30,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchMaxHits
2019-09-26 16:19:30,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailHost
2019-09-26 16:19:30,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexTimeout
2019-09-26 16:19:30,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.DatasourceConfigurer
2019-09-26 16:19:30,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapDomain
2019-09-26 16:19:30,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedMethods
2019-09-26 16:19:30,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultApplication
2019-09-26 16:19:30,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.documentDir
2019-09-26 16:19:30,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.allowSkipRender
2019-09-26 16:19:30,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPageSize
2019-09-26 16:19:30,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheEnabled
2019-09-26 16:19:30,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutPage
2019-09-26 16:19:30,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPassword
2019-09-26 16:19:30,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileTypes
2019-09-26 16:19:30,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.assetsDir
2019-09-26 16:19:30,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginRef
2019-09-26 16:19:30,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.locale
2019-09-26 16:19:30,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapGroupBaseDn
2019-09-26 16:19:30,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexDir
2019-09-26 16:19:30,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.wwwDir
2019-09-26 16:19:30,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.enforcePrimaryDomain
2019-09-26 16:19:30,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportReloadFile
2019-09-26 16:19:30,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexQueueSize
2019-09-26 16:19:30,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.appendTabId
2019-09-26 16:19:30,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailDisabled
2019-09-26 16:19:30,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionValue
2019-09-26 16:19:30,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.manager-path
2019-09-26 16:19:30,894 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.xssExceptions
2019-09-26 16:19:30,894 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.rewriteConfig
2019-09-26 16:19:30,894 INFO [main] org.appng.core.service.InitializerService: ==========================================================================================
Hibernate:
select
groupimpl0_.id as id1_1_,
groupimpl0_.default_admin as default_2_1_,
groupimpl0_.description as descript3_1_,
groupimpl0_.name as name4_1_,
groupimpl0_.version as version5_1_
from
authgroup groupimpl0_
2019-09-26 16:19:30,896 INFO [main] org.appng.core.service.InitializerService: loading site site-1 (host-1)
2019-09-26 16:19:30,896 INFO [main] org.appng.core.service.InitializerService: loading applications for site site-1
2019-09-26 16:19:30,899 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/root/WEB-INF/cache/platform/site-1
2019-09-26 16:19:30,899 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/root/WEB-INF/cache/application/site-1
Hibernate:
select
template0_.id as id1_16_,
template0_.appng_version as appng_ve2_16_,
template0_.description as descript3_16_,
template0_.displayName as displayN4_16_,
template0_.long_desc as long_des5_16_,
template0_.name as name6_16_,
template0_.template_version as template7_16_,
template0_.timestamp as timestam8_16_,
template0_.tpl_type as tpl_type9_16_,
template0_.version as version10_16_
from
template template0_
where
template0_.displayName=?
2019-09-26 16:19:30,991 INFO [main] org.appng.core.service.TemplateService: copying template from /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/src/test/resources/template/appng to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/test-classes/repository/site-1/www/template
2019-09-26 16:19:30,992 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#409103500 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:30,992 INFO [main] org.appng.core.service.InitializerService: SiteClassLoader#409103500 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911
2019-09-26 16:19:30,995 INFO [main] org.appng.core.service.InitializerService: started site thread [appng-indexthread-site-1] with runnable of type org.appng.search.indexer.DocumentIndexer
2019-09-26 16:19:30,995 INFO [main] org.appng.core.service.InitializerService: loading site site-1 completed
2019-09-26 16:19:30,995 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Loaded site site-1
2019-09-26 16:19:30,995 INFO [main] org.appng.core.service.InitializerService: ==========================================================================================
2019-09-26 16:19:31,009 INFO [main] org.appng.core.service.InitializerService: Current Ehcache configuration:
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:31,025 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444050a7 testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@7ede650b, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@62b0a58b 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]]]
2019-09-26 16:19:31,025 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7bb8ede7: startup date [Thu Sep 26 16:19:29 CEST 2019]; root of context hierarchy
2019-09-26 16:19:31,026 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:31,026 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.147 s - in org.appng.core.service.InitializerServiceTest
[INFO] Running org.appng.core.service.ApplicationArchiveProcessorTest
2019-09-26 16:19:31,039 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-null'
2019-09-26 16:19:31,040 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-null'
2019-09-26 16:19:31,040 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-null'
2019-09-26 16:19:31,040 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-null'
2019-09-26 16:19:31,040 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-null'
2019-09-26 16:19:31,040 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-null'
2019-09-26 16:19:31,040 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-null'
2019-09-26 16:19:31,041 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-null'
2019-09-26 16:19:31,041 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-null'
2019-09-26 16:19:31,041 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.009 s - in org.appng.core.service.ApplicationArchiveProcessorTest
[INFO] Running org.appng.core.service.LdapServiceTest
2019-09-26 16:19:31,063 INFO [main] org.appng.core.service.LdapService: Unknown keyword 'bogus' in site property 'testLoginUserSucces.ldapPrincipalScheme'. Falling back to plain username 'aziz' as principal.
2019-09-26 16:19:31,068 INFO [main] org.appng.core.service.LdapService: LDAP operation failed on host 'ldaps://testLoginUserFailure:129' with principal 'egypt\aziz' (javax.naming.NamingException: Sorry kiddo. You got the gift, but it looks like you're waiting for something.)
2019-09-26 16:19:31,069 INFO [main] org.appng.core.service.LdapService: LDAP operation failed on host 'ldaps://testLoginUserFailure:139' with principal 'egypt\aziz' (javax.naming.NamingException: Ah ah ah, you didn't say the magic word!)
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.appng.core.service.LdapServiceTest
[INFO] Running org.appng.core.service.HsqlStarterTest
2019-09-26 16:19:31,086 INFO [main] org.appng.core.service.HsqlStarter: starting HSQL Server 2.4.1 at /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/appNG/WEB-INF/database/appng on port 9001
2019-09-26 16:19:31,123 INFO [HSQLDB Server @79f05331] hsqldb.db.HSQLDB6D6DF0F5A3.ENGINE: Checkpoint start
2019-09-26 16:19:31,123 INFO [HSQLDB Server @79f05331] hsqldb.db.HSQLDB6D6DF0F5A3.ENGINE: checkpointClose start
2019-09-26 16:19:31,129 INFO [HSQLDB Server @79f05331] hsqldb.db.HSQLDB6D6DF0F5A3.ENGINE: checkpointClose synched
2019-09-26 16:19:31,136 INFO [HSQLDB Server @79f05331] hsqldb.db.HSQLDB6D6DF0F5A3.ENGINE: checkpointClose script done
2019-09-26 16:19:31,531 INFO [HSQLDB Server @79f05331] hsqldb.db.HSQLDB6D6DF0F5A3.ENGINE: checkpointClose end
2019-09-26 16:19:31,531 INFO [HSQLDB Server @79f05331] hsqldb.db.HSQLDB6D6DF0F5A3.ENGINE: Checkpoint end - txts: 1
2019-09-26 16:19:31,704 INFO [main] org.appng.core.service.HsqlStarter: shutting down HSQL Server 2.4.1 at /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/appNG/WEB-INF/database/appng on port 9001
2019-09-26 16:19:31,840 INFO [HSQLDB Connection @fc6005] hsqldb.db.HSQLDB6D6DF0F5A3.ENGINE: Database closed
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 s - in org.appng.core.service.HsqlStarterTest
[INFO] Running org.appng.core.repository.SiteRepositoryTest
2019-09-26 16:19:32,050 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.SiteRepositoryTest]: no resource found for suffixes {-context.xml}.
2019-09-26 16:19:32,051 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.SiteRepositoryTest]: SiteRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2019-09-26 16:19:32,057 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]
2019-09-26 16:19:32,057 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@459dea3e, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@55de7b8d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@26825fbb, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3df05259, org.springframework.test.context.transaction.TransactionalTestExecutionListener@179683c3, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@31b280af]
2019-09-26 16:19:32,059 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5f96ea5: startup date [Thu Sep 26 16:19:32 CEST 2019]; root of context hierarchy
2019-09-26 16:19:32,204 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]
2019-09-26 16:19:32,204 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=destroy; 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]
2019-09-26 16:19:32,204 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]
2019-09-26 16:19:32,204 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]
2019-09-26 16:19:32,204 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]
2019-09-26 16:19:32,204 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]
2019-09-26 16:19:32,204 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]
2019-09-26 16:19:32,204 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]
2019-09-26 16:19:32,205 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]
2019-09-26 16:19:32,205 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]
2019-09-26 16:19:32,205 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]
2019-09-26 16:19:32,205 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]
2019-09-26 16:19:32,205 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]
2019-09-26 16:19:32,205 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]
2019-09-26 16:19:32,205 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]
2019-09-26 16:19:32,205 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' 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=environment; 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=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig]
2019-09-26 16:19:32,206 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]
2019-09-26 16:19:32,206 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]
2019-09-26 16:19:32,237 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:19:32,283 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:32,296 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:19:32,329 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:19:32,329 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:19:32,330 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:19:32,330 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:19:32,330 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:19:32,330 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:19:32,336 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
Hibernate:
drop table if exists application CASCADE
2019-09-26 16:19:32,613 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@75d80b46] 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.
Hibernate:
drop table if exists authgroup CASCADE
Hibernate:
drop table if exists authgroup_role CASCADE
Hibernate:
drop table if exists database_connection CASCADE
Hibernate:
drop table if exists permission CASCADE
Hibernate:
drop table if exists platform_event CASCADE
Hibernate:
drop table if exists property CASCADE
Hibernate:
drop table if exists repository CASCADE
Hibernate:
drop table if exists resource CASCADE
Hibernate:
drop table if exists role CASCADE
Hibernate:
drop table if exists role_permission CASCADE
Hibernate:
drop table if exists site CASCADE
Hibernate:
drop table if exists site_application CASCADE
Hibernate:
drop table if exists sites_granted CASCADE
Hibernate:
drop table if exists subject CASCADE
Hibernate:
drop table if exists subject_authgroup CASCADE
Hibernate:
drop table if exists template CASCADE
Hibernate:
drop table if exists template_resource CASCADE
Hibernate:
drop table if exists TestEntity CASCADE
Hibernate:
create table application (
id integer generated by default as identity (start with 1),
appng_version varchar(64),
application_version varchar(64),
description LONGVARCHAR,
displayName varchar(64),
fileBased boolean not null,
hidden boolean not null,
longDescription clob(255),
name varchar(64) not null,
privileged boolean,
snapshot boolean not null,
time_stamp varchar(64),
version timestamp,
primary key (id)
)
2019-09-26 16:19:32,620 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3c874f23] 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.
Hibernate:
create table authgroup (
id integer generated by default as identity (start with 1),
default_admin boolean,
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table authgroup_role (
authgroup_id integer not null,
role_id integer not null,
primary key (authgroup_id, role_id)
)
Hibernate:
create table database_connection (
id integer generated by default as identity (start with 1),
active boolean not null,
description varchar(255),
driver_class varchar(255) not null,
jdbc_url varchar(255) not null,
managed boolean not null,
max_connections integer not null,
min_connections integer not null check (min_connections>=1),
name varchar(255) not null,
password blob(255),
type varchar(255) not null,
username varchar(255) not null,
validation_query varchar(255),
version timestamp,
site_id integer,
primary key (id)
)
Hibernate:
create table permission (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(255) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table platform_event (
id integer generated by default as identity (start with 1),
application varchar(255),
context varchar(255),
created timestamp,
event varchar(255),
hostName varchar(255),
origin varchar(255),
requestId varchar(255),
sessionId varchar(255),
ev_type varchar(255),
ev_user varchar(255),
primary key (id)
)
Hibernate:
create table property (
name varchar(255) not null,
value varchar(255),
blobValue blob(255),
clobValue clob(255),
defaultValue varchar(255),
description LONGVARCHAR,
mandatory boolean not null,
version timestamp,
primary key (name)
)
Hibernate:
create table repository (
id integer generated by default as identity (start with 1),
accepted_certs blob(255),
active boolean not null,
description LONGVARCHAR,
digest varchar(255),
name varchar(64) not null,
published boolean not null,
remote_repository_name varchar(64),
mode varchar(255),
type varchar(255),
strict boolean not null,
uri varbinary(255),
version timestamp,
primary key (id)
)
Hibernate:
create table resource (
id integer generated by default as identity (start with 1),
bytes blob(255) not null,
checksum varchar(255),
description LONGVARCHAR,
name varchar(255),
type varchar(255),
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role_permission (
role_id integer not null,
permissions_id integer not null,
primary key (role_id, permissions_id)
)
Hibernate:
create table site (
id integer generated by default as identity (start with 1),
active boolean not null,
create_repository boolean,
description LONGVARCHAR,
domain varchar(255) not null,
host varchar(255) not null,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table site_application (
application_id integer not null,
site_id integer not null,
active boolean not null,
deletion_mark boolean,
reload_required boolean,
connection_id integer,
primary key (application_id, site_id)
)
Hibernate:
create table sites_granted (
application_id integer not null,
site_id integer not null,
granted_site_id integer not null,
primary key (application_id, site_id, granted_site_id)
)
Hibernate:
create table subject (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
digest varchar(255),
email varchar(255),
language varchar(3) not null,
name varchar(64) not null,
realname varchar(64) not null,
salt varchar(255),
timezone varchar(255),
type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table subject_authgroup (
subject_Id integer not null,
group_id integer not null
)
Hibernate:
create table template (
id integer generated by default as identity (start with 1),
appng_version varchar(255),
description varchar(255),
displayName varchar(255),
long_desc varchar(255),
name varchar(255),
template_version varchar(255),
timestamp varchar(255),
tpl_type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table template_resource (
id integer generated by default as identity (start with 1),
bytes blob(255),
checksum varchar(255),
file_version timestamp,
name varchar(255),
version timestamp,
template_id integer,
primary key (id)
)
Hibernate:
create table TestEntity (
id integer generated by default as identity (start with 1),
booleanValue boolean,
doubleValue double,
integerValue integer,
name varchar(255) not null,
primary key (id)
)
Hibernate:
alter table application
add constraint UK_lspnba25gpku3nx3oecprrx8c unique (name)
Hibernate:
alter table authgroup
add constraint UK_hng9ojpn9gcumrchsw1gqwpa3 unique (name)
Hibernate:
alter table repository
add constraint UK_pbnisjkw01y5ole425crs0ra6 unique (name)
Hibernate:
alter table site
add constraint UK_qsgk5cjl6wt1xvhdeqymoymqb unique (domain)
Hibernate:
alter table site
add constraint UK_nnbksm3ee42ted5jwjv82ld8 unique (host)
Hibernate:
alter table site
add constraint UK_f9iil6uu8d9ohutpr2irlpvio unique (name)
Hibernate:
alter table subject
add constraint UK_p1jgir6qcpmqnxt4a8105wsot unique (name)
Hibernate:
alter table authgroup_role
add constraint FKb9vanycq8blatrv0cygmo4ys
foreign key (role_id)
references role
Hibernate:
alter table authgroup_role
add constraint FKrcn022l06aob7yh4i0pocmyfw
foreign key (authgroup_id)
references authgroup
Hibernate:
alter table database_connection
add constraint FK2nc6v72wsqqkm08g6esvl56qa
foreign key (site_id)
references site
Hibernate:
alter table permission
add constraint FKqx6yod2u5o379ea6ilb9320pf
foreign key (application_id)
references application
Hibernate:
alter table resource
add constraint FKao8gqbsc5pjonvob97v06wdfh
foreign key (application_id)
references application
Hibernate:
alter table role
add constraint FK2n86cvour8hpl69i8t5qq139u
foreign key (application_id)
references application
Hibernate:
alter table role_permission
add constraint FKsidab0lpqi82o4o15bwde2c5f
foreign key (permissions_id)
references permission
Hibernate:
alter table role_permission
add constraint FKa6jx8n8xkesmjmv6jqug6bg68
foreign key (role_id)
references role
Hibernate:
alter table site_application
add constraint FKfidgrdtxu15bc7fakr83aln2d
foreign key (application_id)
references application
Hibernate:
alter table site_application
add constraint FKqd6qo05h21mxnh9xw8piia2sv
foreign key (connection_id)
references database_connection
Hibernate:
alter table site_application
add constraint FK471twt4o8anj8n4pic9r2c3ld
foreign key (site_id)
references site
Hibernate:
alter table sites_granted
add constraint FKbmo1w3an2hajxekhl31138r9i
foreign key (granted_site_id)
references site
Hibernate:
alter table sites_granted
add constraint FK70e3j7mp3imtb4x5llus087hh
foreign key (application_id, site_id)
references site_application
Hibernate:
alter table subject_authgroup
add constraint FK1h3gxc3kkurxb2ywgd8lsiygg
foreign key (group_id)
references authgroup
Hibernate:
alter table subject_authgroup
add constraint FKo4thj02w2sqac23qqgnauygej
foreign key (subject_Id)
references subject
Hibernate:
alter table template_resource
add constraint FK__TEMPLATE_RESOURCE__TEMPLATE_ID
foreign key (template_id)
references template
2019-09-26 16:19:32,651 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:19:32,651 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:32,655 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@5f96ea5: startup date [Thu Sep 26 16:19:32 CEST 2019]; root of context hierarchy
2019-09-26 16:19:32,903 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@aeb6d4d testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@15d713d, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@31b3999 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@4ef5f92d]; rollback [true]
2019-09-26 16:19:32,906 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name
Hibernate:
insert
into
site
(id, active, create_repository, description, domain, host, name, version)
values
(default, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:32,909 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name
Hibernate:
insert
into
application
(id, appng_version, application_version, description, displayName, fileBased, hidden, longDescription, name, privileged, snapshot, time_stamp, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
select
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.active as active3_12_0_,
siteapplic0_.connection_id as connecti6_12_0_,
siteapplic0_.deletion_mark as deletion4_12_0_,
siteapplic0_.reload_required as reload_r5_12_0_
from
site_application siteapplic0_
where
siteapplic0_.application_id=?
and siteapplic0_.site_id=?
Hibernate:
select
siteimpl0_.id as id1_11_,
siteimpl0_.active as active2_11_,
siteimpl0_.create_repository as create_r3_11_,
siteimpl0_.description as descript4_11_,
siteimpl0_.domain as domain5_11_,
siteimpl0_.host as host6_11_,
siteimpl0_.name as name7_11_,
siteimpl0_.version as version8_11_
from
site siteimpl0_
where
siteimpl0_.domain=?
Hibernate:
select
siteimpl0_.id as id1_11_,
siteimpl0_.active as active2_11_,
siteimpl0_.create_repository as create_r3_11_,
siteimpl0_.description as descript4_11_,
siteimpl0_.domain as domain5_11_,
siteimpl0_.host as host6_11_,
siteimpl0_.name as name7_11_,
siteimpl0_.version as version8_11_
from
site siteimpl0_
where
siteimpl0_.host=?
Hibernate:
select
siteimpl0_.id as id1_11_,
siteimpl0_.active as active2_11_,
siteimpl0_.create_repository as create_r3_11_,
siteimpl0_.description as descript4_11_,
siteimpl0_.domain as domain5_11_,
siteimpl0_.host as host6_11_,
siteimpl0_.name as name7_11_,
siteimpl0_.version as version8_11_
from
site siteimpl0_
where
siteimpl0_.name=?
Hibernate:
select
siteimpl0_.id as col_0_0_
from
site siteimpl0_
Hibernate:
select
siteimpl0_.id as id1_11_,
siteimpl0_.active as active2_11_,
siteimpl0_.create_repository as create_r3_11_,
siteimpl0_.description as descript4_11_,
siteimpl0_.domain as domain5_11_,
siteimpl0_.host as host6_11_,
siteimpl0_.name as name7_11_,
siteimpl0_.version as version8_11_
from
site siteimpl0_
Hibernate:
insert
into
site_application
(active, connection_id, deletion_mark, reload_required, application_id, site_id)
values
(?, ?, ?, ?, ?, ?)
Hibernate:
select
siteimpl0_.id as id1_11_,
siteimpl0_.active as active2_11_,
siteimpl0_.create_repository as create_r3_11_,
siteimpl0_.description as descript4_11_,
siteimpl0_.domain as domain5_11_,
siteimpl0_.host as host6_11_,
siteimpl0_.name as name7_11_,
siteimpl0_.version as version8_11_
from
site siteimpl0_
inner join
site_application siteapplic1_
on siteimpl0_.id=siteapplic1_.site_id
where
siteapplic1_.application_id=?
Hibernate:
select
siteimpl0_.id as id1_11_,
siteimpl0_.active as active2_11_,
siteimpl0_.create_repository as create_r3_11_,
siteimpl0_.description as descript4_11_,
siteimpl0_.domain as domain5_11_,
siteimpl0_.host as host6_11_,
siteimpl0_.name as name7_11_,
siteimpl0_.version as version8_11_
from
site siteimpl0_
inner join
site_application siteapplic1_
on siteimpl0_.id=siteapplic1_.site_id
where
siteapplic1_.application_id=?
and siteimpl0_.active=?
Hibernate:
update
site
set
active=?,
create_repository=?,
description=?,
domain=?,
host=?,
name=?,
version=?
where
id=?
and version=?
2019-09-26 16:19:32,918 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Site name
Hibernate:
select
siteimpl0_.id as id1_11_,
siteimpl0_.active as active2_11_,
siteimpl0_.create_repository as create_r3_11_,
siteimpl0_.description as descript4_11_,
siteimpl0_.domain as domain5_11_,
siteimpl0_.host as host6_11_,
siteimpl0_.name as name7_11_,
siteimpl0_.version as version8_11_
from
site siteimpl0_
inner join
site_application siteapplic1_
on siteimpl0_.id=siteapplic1_.site_id
where
siteapplic1_.application_id=?
and siteimpl0_.active=?
2019-09-26 16:19:32,919 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@aeb6d4d testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@15d713d, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@31b3999 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]]]
2019-09-26 16:19:32,919 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5f96ea5: startup date [Thu Sep 26 16:19:32 CEST 2019]; root of context hierarchy
2019-09-26 16:19:32,920 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:32,920 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.871 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.008 s - in org.appng.core.repository.config.ApplicationPostProcessorTest
[INFO] Running org.appng.core.repository.RoleRepositoryTest
2019-09-26 16:19:32,931 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.RoleRepositoryTest]: no resource found for suffixes {-context.xml}.
2019-09-26 16:19:32,931 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.RoleRepositoryTest]: RoleRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2019-09-26 16:19:32,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]
2019-09-26 16:19:32,936 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@56c856c0, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@45f4a0ee, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@48ef02f2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1006738a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@46c491c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@64ff7aaf]
2019-09-26 16:19:32,939 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@54b70c50: startup date [Thu Sep 26 16:19:32 CEST 2019]; root of context hierarchy
2019-09-26 16:19:33,072 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]
2019-09-26 16:19:33,072 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=destroy; 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]
2019-09-26 16:19:33,072 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]
2019-09-26 16:19:33,072 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]
2019-09-26 16:19:33,072 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]
2019-09-26 16:19:33,072 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]
2019-09-26 16:19:33,072 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]
2019-09-26 16:19:33,072 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]
2019-09-26 16:19:33,073 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]
2019-09-26 16:19:33,073 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]
2019-09-26 16:19:33,073 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]
2019-09-26 16:19:33,073 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]
2019-09-26 16:19:33,073 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]
2019-09-26 16:19:33,073 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]
2019-09-26 16:19:33,073 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]
2019-09-26 16:19:33,073 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' 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=environment; 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=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig]
2019-09-26 16:19:33,074 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]
2019-09-26 16:19:33,074 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]
2019-09-26 16:19:33,100 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:19:33,143 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:33,155 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:19:33,183 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:19:33,183 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:19:33,183 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:19:33,183 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:19:33,183 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:19:33,184 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:19:33,188 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
Hibernate:
drop table if exists application CASCADE
2019-09-26 16:19:33,396 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6e3eefd4] 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.
Hibernate:
drop table if exists authgroup CASCADE
Hibernate:
drop table if exists authgroup_role CASCADE
Hibernate:
drop table if exists database_connection CASCADE
Hibernate:
drop table if exists permission CASCADE
Hibernate:
drop table if exists platform_event CASCADE
Hibernate:
drop table if exists property CASCADE
Hibernate:
drop table if exists repository CASCADE
Hibernate:
drop table if exists resource CASCADE
Hibernate:
drop table if exists role CASCADE
Hibernate:
drop table if exists role_permission CASCADE
Hibernate:
drop table if exists site CASCADE
Hibernate:
drop table if exists site_application CASCADE
Hibernate:
drop table if exists sites_granted CASCADE
Hibernate:
drop table if exists subject CASCADE
Hibernate:
drop table if exists subject_authgroup CASCADE
Hibernate:
drop table if exists template CASCADE
Hibernate:
drop table if exists template_resource CASCADE
Hibernate:
drop table if exists TestEntity CASCADE
Hibernate:
create table application (
id integer generated by default as identity (start with 1),
appng_version varchar(64),
application_version varchar(64),
description LONGVARCHAR,
displayName varchar(64),
fileBased boolean not null,
hidden boolean not null,
longDescription clob(255),
name varchar(64) not null,
privileged boolean,
snapshot boolean not null,
time_stamp varchar(64),
version timestamp,
primary key (id)
)
2019-09-26 16:19:33,400 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2beba1c9] 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.
Hibernate:
create table authgroup (
id integer generated by default as identity (start with 1),
default_admin boolean,
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table authgroup_role (
authgroup_id integer not null,
role_id integer not null,
primary key (authgroup_id, role_id)
)
Hibernate:
create table database_connection (
id integer generated by default as identity (start with 1),
active boolean not null,
description varchar(255),
driver_class varchar(255) not null,
jdbc_url varchar(255) not null,
managed boolean not null,
max_connections integer not null,
min_connections integer not null check (min_connections>=1),
name varchar(255) not null,
password blob(255),
type varchar(255) not null,
username varchar(255) not null,
validation_query varchar(255),
version timestamp,
site_id integer,
primary key (id)
)
Hibernate:
create table permission (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(255) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table platform_event (
id integer generated by default as identity (start with 1),
application varchar(255),
context varchar(255),
created timestamp,
event varchar(255),
hostName varchar(255),
origin varchar(255),
requestId varchar(255),
sessionId varchar(255),
ev_type varchar(255),
ev_user varchar(255),
primary key (id)
)
Hibernate:
create table property (
name varchar(255) not null,
value varchar(255),
blobValue blob(255),
clobValue clob(255),
defaultValue varchar(255),
description LONGVARCHAR,
mandatory boolean not null,
version timestamp,
primary key (name)
)
Hibernate:
create table repository (
id integer generated by default as identity (start with 1),
accepted_certs blob(255),
active boolean not null,
description LONGVARCHAR,
digest varchar(255),
name varchar(64) not null,
published boolean not null,
remote_repository_name varchar(64),
mode varchar(255),
type varchar(255),
strict boolean not null,
uri varbinary(255),
version timestamp,
primary key (id)
)
Hibernate:
create table resource (
id integer generated by default as identity (start with 1),
bytes blob(255) not null,
checksum varchar(255),
description LONGVARCHAR,
name varchar(255),
type varchar(255),
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role_permission (
role_id integer not null,
permissions_id integer not null,
primary key (role_id, permissions_id)
)
Hibernate:
create table site (
id integer generated by default as identity (start with 1),
active boolean not null,
create_repository boolean,
description LONGVARCHAR,
domain varchar(255) not null,
host varchar(255) not null,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table site_application (
application_id integer not null,
site_id integer not null,
active boolean not null,
deletion_mark boolean,
reload_required boolean,
connection_id integer,
primary key (application_id, site_id)
)
Hibernate:
create table sites_granted (
application_id integer not null,
site_id integer not null,
granted_site_id integer not null,
primary key (application_id, site_id, granted_site_id)
)
Hibernate:
create table subject (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
digest varchar(255),
email varchar(255),
language varchar(3) not null,
name varchar(64) not null,
realname varchar(64) not null,
salt varchar(255),
timezone varchar(255),
type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table subject_authgroup (
subject_Id integer not null,
group_id integer not null
)
Hibernate:
create table template (
id integer generated by default as identity (start with 1),
appng_version varchar(255),
description varchar(255),
displayName varchar(255),
long_desc varchar(255),
name varchar(255),
template_version varchar(255),
timestamp varchar(255),
tpl_type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table template_resource (
id integer generated by default as identity (start with 1),
bytes blob(255),
checksum varchar(255),
file_version timestamp,
name varchar(255),
version timestamp,
template_id integer,
primary key (id)
)
Hibernate:
create table TestEntity (
id integer generated by default as identity (start with 1),
booleanValue boolean,
doubleValue double,
integerValue integer,
name varchar(255) not null,
primary key (id)
)
Hibernate:
alter table application
add constraint UK_lspnba25gpku3nx3oecprrx8c unique (name)
Hibernate:
alter table authgroup
add constraint UK_hng9ojpn9gcumrchsw1gqwpa3 unique (name)
Hibernate:
alter table repository
add constraint UK_pbnisjkw01y5ole425crs0ra6 unique (name)
Hibernate:
alter table site
add constraint UK_qsgk5cjl6wt1xvhdeqymoymqb unique (domain)
Hibernate:
alter table site
add constraint UK_nnbksm3ee42ted5jwjv82ld8 unique (host)
Hibernate:
alter table site
add constraint UK_f9iil6uu8d9ohutpr2irlpvio unique (name)
Hibernate:
alter table subject
add constraint UK_p1jgir6qcpmqnxt4a8105wsot unique (name)
Hibernate:
alter table authgroup_role
add constraint FKb9vanycq8blatrv0cygmo4ys
foreign key (role_id)
references role
Hibernate:
alter table authgroup_role
add constraint FKrcn022l06aob7yh4i0pocmyfw
foreign key (authgroup_id)
references authgroup
Hibernate:
alter table database_connection
add constraint FK2nc6v72wsqqkm08g6esvl56qa
foreign key (site_id)
references site
Hibernate:
alter table permission
add constraint FKqx6yod2u5o379ea6ilb9320pf
foreign key (application_id)
references application
Hibernate:
alter table resource
add constraint FKao8gqbsc5pjonvob97v06wdfh
foreign key (application_id)
references application
Hibernate:
alter table role
add constraint FK2n86cvour8hpl69i8t5qq139u
foreign key (application_id)
references application
Hibernate:
alter table role_permission
add constraint FKsidab0lpqi82o4o15bwde2c5f
foreign key (permissions_id)
references permission
Hibernate:
alter table role_permission
add constraint FKa6jx8n8xkesmjmv6jqug6bg68
foreign key (role_id)
references role
Hibernate:
alter table site_application
add constraint FKfidgrdtxu15bc7fakr83aln2d
foreign key (application_id)
references application
Hibernate:
alter table site_application
add constraint FKqd6qo05h21mxnh9xw8piia2sv
foreign key (connection_id)
references database_connection
Hibernate:
alter table site_application
add constraint FK471twt4o8anj8n4pic9r2c3ld
foreign key (site_id)
references site
Hibernate:
alter table sites_granted
add constraint FKbmo1w3an2hajxekhl31138r9i
foreign key (granted_site_id)
references site
Hibernate:
alter table sites_granted
add constraint FK70e3j7mp3imtb4x5llus087hh
foreign key (application_id, site_id)
references site_application
Hibernate:
alter table subject_authgroup
add constraint FK1h3gxc3kkurxb2ywgd8lsiygg
foreign key (group_id)
references authgroup
Hibernate:
alter table subject_authgroup
add constraint FKo4thj02w2sqac23qqgnauygej
foreign key (subject_Id)
references subject
Hibernate:
alter table template_resource
add constraint FK__TEMPLATE_RESOURCE__TEMPLATE_ID
foreign key (template_id)
references template
2019-09-26 16:19:33,422 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:19:33,422 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:33,425 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@54b70c50: startup date [Thu Sep 26 16:19:32 CEST 2019]; root of context hierarchy
2019-09-26 16:19:33,622 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@33e331a0 testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@2da7531e, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@18c35c73 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@67e2f838]; rollback [true]
2019-09-26 16:19:33,624 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name
Hibernate:
insert
into
site
(id, active, create_repository, description, domain, host, name, version)
values
(default, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:33,627 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name
Hibernate:
insert
into
application
(id, appng_version, application_version, description, displayName, fileBased, hidden, longDescription, name, privileged, snapshot, time_stamp, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
select
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.active as active3_12_0_,
siteapplic0_.connection_id as connecti6_12_0_,
siteapplic0_.deletion_mark as deletion4_12_0_,
siteapplic0_.reload_required as reload_r5_12_0_
from
site_application siteapplic0_
where
siteapplic0_.application_id=?
and siteapplic0_.site_id=?
2019-09-26 16:19:33,630 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name
Hibernate:
insert
into
site_application
(active, connection_id, deletion_mark, reload_required, application_id, site_id)
values
(?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
role
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
Hibernate:
select
roleimpl0_.id as id1_9_,
roleimpl0_.application_id as applicat5_9_,
roleimpl0_.description as descript2_9_,
roleimpl0_.name as name3_9_,
roleimpl0_.version as version4_9_
from
role roleimpl0_
left outer join
application applicatio1_
on roleimpl0_.application_id=applicatio1_.id
where
applicatio1_.id=?
and roleimpl0_.name=?
Hibernate:
select
roleimpl0_.id as id1_9_,
roleimpl0_.application_id as applicat5_9_,
roleimpl0_.description as descript2_9_,
roleimpl0_.name as name3_9_,
roleimpl0_.version as version4_9_
from
role roleimpl0_
left outer join
application applicatio1_
on roleimpl0_.application_id=applicatio1_.id
where
applicatio1_.id=?
Hibernate:
select
roles2_.id as id1_9_,
roles2_.application_id as applicat5_9_,
roles2_.description as descript2_9_,
roles2_.name as name3_9_,
roles2_.version as version4_9_
from
site_application siteapplic0_
inner join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
inner join
role roles2_
on applicatio1_.id=roles2_.application_id
where
siteapplic0_.site_id=?
order by
applicatio1_.name,
roles2_.name
Hibernate:
select
roles2_.id as id1_9_,
roles2_.application_id as applicat5_9_,
roles2_.description as descript2_9_,
roles2_.name as name3_9_,
roles2_.version as version4_9_
from
site_application siteapplic0_
inner join
application applicatio1_
on siteapplic0_.application_id=applicatio1_.id
inner join
role roles2_
on applicatio1_.id=roles2_.application_id
where
siteapplic0_.site_id=?
and siteapplic0_.application_id=?
order by
applicatio1_.name,
roles2_.name
2019-09-26 16:19:33,638 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@33e331a0 testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@2da7531e, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@18c35c73 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]]]
2019-09-26 16:19:33,638 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@54b70c50: startup date [Thu Sep 26 16:19:32 CEST 2019]; root of context hierarchy
2019-09-26 16:19:33,639 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:33,639 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.708 s - in org.appng.core.repository.RoleRepositoryTest
[INFO] Running org.appng.core.repository.PermissionRepositoryTest
2019-09-26 16:19:33,643 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.PermissionRepositoryTest]: no resource found for suffixes {-context.xml}.
2019-09-26 16:19:33,643 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.PermissionRepositoryTest]: PermissionRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2019-09-26 16:19:33,648 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]
2019-09-26 16:19:33,648 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7fd5857c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2fbb5b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@21249add, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2ff2b7a2, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7c5f2945, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@157b0f6]
2019-09-26 16:19:33,649 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4202073: startup date [Thu Sep 26 16:19:33 CEST 2019]; root of context hierarchy
2019-09-26 16:19:33,781 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]
2019-09-26 16:19:33,781 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=destroy; 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]
2019-09-26 16:19:33,781 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]
2019-09-26 16:19:33,781 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]
2019-09-26 16:19:33,781 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]
2019-09-26 16:19:33,782 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]
2019-09-26 16:19:33,782 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]
2019-09-26 16:19:33,782 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]
2019-09-26 16:19:33,782 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]
2019-09-26 16:19:33,782 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]
2019-09-26 16:19:33,782 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]
2019-09-26 16:19:33,782 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]
2019-09-26 16:19:33,782 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]
2019-09-26 16:19:33,782 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]
2019-09-26 16:19:33,783 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]
2019-09-26 16:19:33,783 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' 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=environment; 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=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig]
2019-09-26 16:19:33,783 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]
2019-09-26 16:19:33,783 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]
2019-09-26 16:19:33,808 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:19:33,851 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:33,863 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:19:33,890 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:19:33,890 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:19:33,890 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:19:33,890 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:19:33,890 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:19:33,891 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:19:33,895 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
Hibernate:
drop table if exists application CASCADE
2019-09-26 16:19:34,111 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1892f2ad] 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.
Hibernate:
drop table if exists authgroup CASCADE
Hibernate:
drop table if exists authgroup_role CASCADE
Hibernate:
drop table if exists database_connection CASCADE
Hibernate:
drop table if exists permission CASCADE
Hibernate:
drop table if exists platform_event CASCADE
Hibernate:
drop table if exists property CASCADE
Hibernate:
drop table if exists repository CASCADE
Hibernate:
drop table if exists resource CASCADE
Hibernate:
drop table if exists role CASCADE
Hibernate:
drop table if exists role_permission CASCADE
Hibernate:
drop table if exists site CASCADE
Hibernate:
drop table if exists site_application CASCADE
Hibernate:
drop table if exists sites_granted CASCADE
Hibernate:
drop table if exists subject CASCADE
Hibernate:
drop table if exists subject_authgroup CASCADE
Hibernate:
drop table if exists template CASCADE
Hibernate:
drop table if exists template_resource CASCADE
Hibernate:
drop table if exists TestEntity CASCADE
Hibernate:
create table application (
id integer generated by default as identity (start with 1),
appng_version varchar(64),
application_version varchar(64),
description LONGVARCHAR,
displayName varchar(64),
fileBased boolean not null,
hidden boolean not null,
longDescription clob(255),
name varchar(64) not null,
privileged boolean,
snapshot boolean not null,
time_stamp varchar(64),
version timestamp,
primary key (id)
)
2019-09-26 16:19:34,116 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@136e7b1c] 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.
Hibernate:
create table authgroup (
id integer generated by default as identity (start with 1),
default_admin boolean,
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table authgroup_role (
authgroup_id integer not null,
role_id integer not null,
primary key (authgroup_id, role_id)
)
Hibernate:
create table database_connection (
id integer generated by default as identity (start with 1),
active boolean not null,
description varchar(255),
driver_class varchar(255) not null,
jdbc_url varchar(255) not null,
managed boolean not null,
max_connections integer not null,
min_connections integer not null check (min_connections>=1),
name varchar(255) not null,
password blob(255),
type varchar(255) not null,
username varchar(255) not null,
validation_query varchar(255),
version timestamp,
site_id integer,
primary key (id)
)
Hibernate:
create table permission (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(255) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table platform_event (
id integer generated by default as identity (start with 1),
application varchar(255),
context varchar(255),
created timestamp,
event varchar(255),
hostName varchar(255),
origin varchar(255),
requestId varchar(255),
sessionId varchar(255),
ev_type varchar(255),
ev_user varchar(255),
primary key (id)
)
Hibernate:
create table property (
name varchar(255) not null,
value varchar(255),
blobValue blob(255),
clobValue clob(255),
defaultValue varchar(255),
description LONGVARCHAR,
mandatory boolean not null,
version timestamp,
primary key (name)
)
Hibernate:
create table repository (
id integer generated by default as identity (start with 1),
accepted_certs blob(255),
active boolean not null,
description LONGVARCHAR,
digest varchar(255),
name varchar(64) not null,
published boolean not null,
remote_repository_name varchar(64),
mode varchar(255),
type varchar(255),
strict boolean not null,
uri varbinary(255),
version timestamp,
primary key (id)
)
Hibernate:
create table resource (
id integer generated by default as identity (start with 1),
bytes blob(255) not null,
checksum varchar(255),
description LONGVARCHAR,
name varchar(255),
type varchar(255),
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role_permission (
role_id integer not null,
permissions_id integer not null,
primary key (role_id, permissions_id)
)
Hibernate:
create table site (
id integer generated by default as identity (start with 1),
active boolean not null,
create_repository boolean,
description LONGVARCHAR,
domain varchar(255) not null,
host varchar(255) not null,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table site_application (
application_id integer not null,
site_id integer not null,
active boolean not null,
deletion_mark boolean,
reload_required boolean,
connection_id integer,
primary key (application_id, site_id)
)
Hibernate:
create table sites_granted (
application_id integer not null,
site_id integer not null,
granted_site_id integer not null,
primary key (application_id, site_id, granted_site_id)
)
Hibernate:
create table subject (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
digest varchar(255),
email varchar(255),
language varchar(3) not null,
name varchar(64) not null,
realname varchar(64) not null,
salt varchar(255),
timezone varchar(255),
type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table subject_authgroup (
subject_Id integer not null,
group_id integer not null
)
Hibernate:
create table template (
id integer generated by default as identity (start with 1),
appng_version varchar(255),
description varchar(255),
displayName varchar(255),
long_desc varchar(255),
name varchar(255),
template_version varchar(255),
timestamp varchar(255),
tpl_type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table template_resource (
id integer generated by default as identity (start with 1),
bytes blob(255),
checksum varchar(255),
file_version timestamp,
name varchar(255),
version timestamp,
template_id integer,
primary key (id)
)
Hibernate:
create table TestEntity (
id integer generated by default as identity (start with 1),
booleanValue boolean,
doubleValue double,
integerValue integer,
name varchar(255) not null,
primary key (id)
)
Hibernate:
alter table application
add constraint UK_lspnba25gpku3nx3oecprrx8c unique (name)
Hibernate:
alter table authgroup
add constraint UK_hng9ojpn9gcumrchsw1gqwpa3 unique (name)
Hibernate:
alter table repository
add constraint UK_pbnisjkw01y5ole425crs0ra6 unique (name)
Hibernate:
alter table site
add constraint UK_qsgk5cjl6wt1xvhdeqymoymqb unique (domain)
Hibernate:
alter table site
add constraint UK_nnbksm3ee42ted5jwjv82ld8 unique (host)
Hibernate:
alter table site
add constraint UK_f9iil6uu8d9ohutpr2irlpvio unique (name)
Hibernate:
alter table subject
add constraint UK_p1jgir6qcpmqnxt4a8105wsot unique (name)
Hibernate:
alter table authgroup_role
add constraint FKb9vanycq8blatrv0cygmo4ys
foreign key (role_id)
references role
Hibernate:
alter table authgroup_role
add constraint FKrcn022l06aob7yh4i0pocmyfw
foreign key (authgroup_id)
references authgroup
Hibernate:
alter table database_connection
add constraint FK2nc6v72wsqqkm08g6esvl56qa
foreign key (site_id)
references site
Hibernate:
alter table permission
add constraint FKqx6yod2u5o379ea6ilb9320pf
foreign key (application_id)
references application
Hibernate:
alter table resource
add constraint FKao8gqbsc5pjonvob97v06wdfh
foreign key (application_id)
references application
Hibernate:
alter table role
add constraint FK2n86cvour8hpl69i8t5qq139u
foreign key (application_id)
references application
Hibernate:
alter table role_permission
add constraint FKsidab0lpqi82o4o15bwde2c5f
foreign key (permissions_id)
references permission
Hibernate:
alter table role_permission
add constraint FKa6jx8n8xkesmjmv6jqug6bg68
foreign key (role_id)
references role
Hibernate:
alter table site_application
add constraint FKfidgrdtxu15bc7fakr83aln2d
foreign key (application_id)
references application
Hibernate:
alter table site_application
add constraint FKqd6qo05h21mxnh9xw8piia2sv
foreign key (connection_id)
references database_connection
Hibernate:
alter table site_application
add constraint FK471twt4o8anj8n4pic9r2c3ld
foreign key (site_id)
references site
Hibernate:
alter table sites_granted
add constraint FKbmo1w3an2hajxekhl31138r9i
foreign key (granted_site_id)
references site
Hibernate:
alter table sites_granted
add constraint FK70e3j7mp3imtb4x5llus087hh
foreign key (application_id, site_id)
references site_application
Hibernate:
alter table subject_authgroup
add constraint FK1h3gxc3kkurxb2ywgd8lsiygg
foreign key (group_id)
references authgroup
Hibernate:
alter table subject_authgroup
add constraint FKo4thj02w2sqac23qqgnauygej
foreign key (subject_Id)
references subject
Hibernate:
alter table template_resource
add constraint FK__TEMPLATE_RESOURCE__TEMPLATE_ID
foreign key (template_id)
references template
2019-09-26 16:19:34,140 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:19:34,140 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:34,144 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@4202073: startup date [Thu Sep 26 16:19:33 CEST 2019]; root of context hierarchy
2019-09-26 16:19:34,332 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@3041795b testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@4fef2259, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@58a5cd83 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@582d0b6b]; rollback [true]
2019-09-26 16:19:34,334 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name
Hibernate:
insert
into
application
(id, appng_version, application_version, description, displayName, fileBased, hidden, longDescription, name, privileged, snapshot, time_stamp, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:34,337 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission name
Hibernate:
insert
into
permission
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
applicatio1_.id=?
order by
permission0_.name asc
Hibernate:
select
permission0_.id as id1_4_,
permission0_.application_id as applicat5_4_,
permission0_.description as descript2_4_,
permission0_.name as name3_4_,
permission0_.version as version4_4_
from
permission permission0_
left outer join
application applicatio1_
on permission0_.application_id=applicatio1_.id
where
permission0_.name=?
and applicatio1_.id=?
2019-09-26 16:19:34,345 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@3041795b testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@4fef2259, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@58a5cd83 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]]]
2019-09-26 16:19:34,346 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4202073: startup date [Thu Sep 26 16:19:33 CEST 2019]; root of context hierarchy
2019-09-26 16:19:34,347 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:34,347 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.707 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.023 s - in org.appng.core.repository.RepositoryCacheTest
[INFO] Running org.appng.core.repository.PropertyRepositoryTest
2019-09-26 16:19:34,373 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.PropertyRepositoryTest]: no resource found for suffixes {-context.xml}.
2019-09-26 16:19:34,373 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.PropertyRepositoryTest]: PropertyRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2019-09-26 16:19:34,378 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]
2019-09-26 16:19:34,378 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@79a5db78, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5321ea0d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4203cb07, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2bca0115, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7ce3710f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@20ce9d1c]
2019-09-26 16:19:34,379 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7c4921f1: startup date [Thu Sep 26 16:19:34 CEST 2019]; root of context hierarchy
2019-09-26 16:19:34,507 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]
2019-09-26 16:19:34,508 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=destroy; 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]
2019-09-26 16:19:34,508 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]
2019-09-26 16:19:34,508 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]
2019-09-26 16:19:34,508 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]
2019-09-26 16:19:34,509 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]
2019-09-26 16:19:34,509 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]
2019-09-26 16:19:34,509 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]
2019-09-26 16:19:34,510 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]
2019-09-26 16:19:34,510 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]
2019-09-26 16:19:34,510 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]
2019-09-26 16:19:34,510 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]
2019-09-26 16:19:34,511 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]
2019-09-26 16:19:34,511 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]
2019-09-26 16:19:34,511 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]
2019-09-26 16:19:34,511 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' 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=environment; 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=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig]
2019-09-26 16:19:34,511 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]
2019-09-26 16:19:34,512 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]
2019-09-26 16:19:34,536 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:19:34,579 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:34,590 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:19:34,618 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:19:34,618 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:19:34,618 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:19:34,618 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:19:34,618 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:19:34,619 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:19:34,624 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
Hibernate:
drop table if exists application CASCADE
2019-09-26 16:19:34,814 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7be7d4] 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.
Hibernate:
drop table if exists authgroup CASCADE
Hibernate:
drop table if exists authgroup_role CASCADE
Hibernate:
drop table if exists database_connection CASCADE
Hibernate:
drop table if exists permission CASCADE
Hibernate:
drop table if exists platform_event CASCADE
Hibernate:
drop table if exists property CASCADE
Hibernate:
drop table if exists repository CASCADE
Hibernate:
drop table if exists resource CASCADE
Hibernate:
drop table if exists role CASCADE
Hibernate:
drop table if exists role_permission CASCADE
Hibernate:
drop table if exists site CASCADE
Hibernate:
drop table if exists site_application CASCADE
Hibernate:
drop table if exists sites_granted CASCADE
Hibernate:
drop table if exists subject CASCADE
Hibernate:
drop table if exists subject_authgroup CASCADE
Hibernate:
drop table if exists template CASCADE
Hibernate:
drop table if exists template_resource CASCADE
Hibernate:
drop table if exists TestEntity CASCADE
Hibernate:
create table application (
id integer generated by default as identity (start with 1),
appng_version varchar(64),
application_version varchar(64),
description LONGVARCHAR,
displayName varchar(64),
fileBased boolean not null,
hidden boolean not null,
longDescription clob(255),
name varchar(64) not null,
privileged boolean,
snapshot boolean not null,
time_stamp varchar(64),
version timestamp,
primary key (id)
)
2019-09-26 16:19:34,819 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@62f1b14b] 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.
Hibernate:
create table authgroup (
id integer generated by default as identity (start with 1),
default_admin boolean,
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table authgroup_role (
authgroup_id integer not null,
role_id integer not null,
primary key (authgroup_id, role_id)
)
Hibernate:
create table database_connection (
id integer generated by default as identity (start with 1),
active boolean not null,
description varchar(255),
driver_class varchar(255) not null,
jdbc_url varchar(255) not null,
managed boolean not null,
max_connections integer not null,
min_connections integer not null check (min_connections>=1),
name varchar(255) not null,
password blob(255),
type varchar(255) not null,
username varchar(255) not null,
validation_query varchar(255),
version timestamp,
site_id integer,
primary key (id)
)
Hibernate:
create table permission (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(255) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table platform_event (
id integer generated by default as identity (start with 1),
application varchar(255),
context varchar(255),
created timestamp,
event varchar(255),
hostName varchar(255),
origin varchar(255),
requestId varchar(255),
sessionId varchar(255),
ev_type varchar(255),
ev_user varchar(255),
primary key (id)
)
Hibernate:
create table property (
name varchar(255) not null,
value varchar(255),
blobValue blob(255),
clobValue clob(255),
defaultValue varchar(255),
description LONGVARCHAR,
mandatory boolean not null,
version timestamp,
primary key (name)
)
Hibernate:
create table repository (
id integer generated by default as identity (start with 1),
accepted_certs blob(255),
active boolean not null,
description LONGVARCHAR,
digest varchar(255),
name varchar(64) not null,
published boolean not null,
remote_repository_name varchar(64),
mode varchar(255),
type varchar(255),
strict boolean not null,
uri varbinary(255),
version timestamp,
primary key (id)
)
Hibernate:
create table resource (
id integer generated by default as identity (start with 1),
bytes blob(255) not null,
checksum varchar(255),
description LONGVARCHAR,
name varchar(255),
type varchar(255),
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role_permission (
role_id integer not null,
permissions_id integer not null,
primary key (role_id, permissions_id)
)
Hibernate:
create table site (
id integer generated by default as identity (start with 1),
active boolean not null,
create_repository boolean,
description LONGVARCHAR,
domain varchar(255) not null,
host varchar(255) not null,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table site_application (
application_id integer not null,
site_id integer not null,
active boolean not null,
deletion_mark boolean,
reload_required boolean,
connection_id integer,
primary key (application_id, site_id)
)
Hibernate:
create table sites_granted (
application_id integer not null,
site_id integer not null,
granted_site_id integer not null,
primary key (application_id, site_id, granted_site_id)
)
Hibernate:
create table subject (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
digest varchar(255),
email varchar(255),
language varchar(3) not null,
name varchar(64) not null,
realname varchar(64) not null,
salt varchar(255),
timezone varchar(255),
type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table subject_authgroup (
subject_Id integer not null,
group_id integer not null
)
Hibernate:
create table template (
id integer generated by default as identity (start with 1),
appng_version varchar(255),
description varchar(255),
displayName varchar(255),
long_desc varchar(255),
name varchar(255),
template_version varchar(255),
timestamp varchar(255),
tpl_type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table template_resource (
id integer generated by default as identity (start with 1),
bytes blob(255),
checksum varchar(255),
file_version timestamp,
name varchar(255),
version timestamp,
template_id integer,
primary key (id)
)
Hibernate:
create table TestEntity (
id integer generated by default as identity (start with 1),
booleanValue boolean,
doubleValue double,
integerValue integer,
name varchar(255) not null,
primary key (id)
)
Hibernate:
alter table application
add constraint UK_lspnba25gpku3nx3oecprrx8c unique (name)
Hibernate:
alter table authgroup
add constraint UK_hng9ojpn9gcumrchsw1gqwpa3 unique (name)
Hibernate:
alter table repository
add constraint UK_pbnisjkw01y5ole425crs0ra6 unique (name)
Hibernate:
alter table site
add constraint UK_qsgk5cjl6wt1xvhdeqymoymqb unique (domain)
Hibernate:
alter table site
add constraint UK_nnbksm3ee42ted5jwjv82ld8 unique (host)
Hibernate:
alter table site
add constraint UK_f9iil6uu8d9ohutpr2irlpvio unique (name)
Hibernate:
alter table subject
add constraint UK_p1jgir6qcpmqnxt4a8105wsot unique (name)
Hibernate:
alter table authgroup_role
add constraint FKb9vanycq8blatrv0cygmo4ys
foreign key (role_id)
references role
Hibernate:
alter table authgroup_role
add constraint FKrcn022l06aob7yh4i0pocmyfw
foreign key (authgroup_id)
references authgroup
Hibernate:
alter table database_connection
add constraint FK2nc6v72wsqqkm08g6esvl56qa
foreign key (site_id)
references site
Hibernate:
alter table permission
add constraint FKqx6yod2u5o379ea6ilb9320pf
foreign key (application_id)
references application
Hibernate:
alter table resource
add constraint FKao8gqbsc5pjonvob97v06wdfh
foreign key (application_id)
references application
Hibernate:
alter table role
add constraint FK2n86cvour8hpl69i8t5qq139u
foreign key (application_id)
references application
Hibernate:
alter table role_permission
add constraint FKsidab0lpqi82o4o15bwde2c5f
foreign key (permissions_id)
references permission
Hibernate:
alter table role_permission
add constraint FKa6jx8n8xkesmjmv6jqug6bg68
foreign key (role_id)
references role
Hibernate:
alter table site_application
add constraint FKfidgrdtxu15bc7fakr83aln2d
foreign key (application_id)
references application
Hibernate:
alter table site_application
add constraint FKqd6qo05h21mxnh9xw8piia2sv
foreign key (connection_id)
references database_connection
Hibernate:
alter table site_application
add constraint FK471twt4o8anj8n4pic9r2c3ld
foreign key (site_id)
references site
Hibernate:
alter table sites_granted
add constraint FKbmo1w3an2hajxekhl31138r9i
foreign key (granted_site_id)
references site
Hibernate:
alter table sites_granted
add constraint FK70e3j7mp3imtb4x5llus087hh
foreign key (application_id, site_id)
references site_application
Hibernate:
alter table subject_authgroup
add constraint FK1h3gxc3kkurxb2ywgd8lsiygg
foreign key (group_id)
references authgroup
Hibernate:
alter table subject_authgroup
add constraint FKo4thj02w2sqac23qqgnauygej
foreign key (subject_Id)
references subject
Hibernate:
alter table template_resource
add constraint FK__TEMPLATE_RESOURCE__TEMPLATE_ID
foreign key (template_id)
references template
2019-09-26 16:19:34,842 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:19:34,842 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:34,845 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@7c4921f1: startup date [Thu Sep 26 16:19:34 CEST 2019]; root of context hierarchy
2019-09-26 16:19:35,070 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@2a6736bc testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@ff7d154, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@73cacff3 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@3ab015d0]; rollback [true]
2019-09-26 16:19:35,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foo.bar
Hibernate:
insert
into
property
(value, blobValue, clobValue, defaultValue, description, mandatory, version, name)
values
(?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
select
propertyim0_.name as name1_6_,
propertyim0_.value as value2_6_,
propertyim0_.blobValue as blobValu3_6_,
propertyim0_.clobValue as clobValu4_6_,
propertyim0_.defaultValue as defaultV5_6_,
propertyim0_.description as descript6_6_,
propertyim0_.mandatory as mandator7_6_,
propertyim0_.version as version8_6_
from
property propertyim0_
where
propertyim0_.name=?
2019-09-26 16:19:35,082 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@2a6736bc testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@ff7d154, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@73cacff3 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]]]
2019-09-26 16:19:35,083 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7c4921f1: startup date [Thu Sep 26 16:19:34 CEST 2019]; root of context hierarchy
2019-09-26 16:19:35,084 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:35,084 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.712 s - in org.appng.core.repository.PropertyRepositoryTest
[INFO] Running org.appng.core.repository.ResourceRepositoryTest
2019-09-26 16:19:35,086 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.ResourceRepositoryTest]: no resource found for suffixes {-context.xml}.
2019-09-26 16:19:35,087 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.ResourceRepositoryTest]: ResourceRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2019-09-26 16:19:35,092 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]
2019-09-26 16:19:35,092 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@19dd4e94, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4f45c955, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6a7cd14c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@21ecf90d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5236aa4a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3358de38]
2019-09-26 16:19:35,094 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3fa28fae: startup date [Thu Sep 26 16:19:35 CEST 2019]; root of context hierarchy
2019-09-26 16:19:35,266 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]
2019-09-26 16:19:35,266 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=destroy; 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]
2019-09-26 16:19:35,267 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]
2019-09-26 16:19:35,267 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]
2019-09-26 16:19:35,267 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]
2019-09-26 16:19:35,268 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]
2019-09-26 16:19:35,268 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]
2019-09-26 16:19:35,268 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]
2019-09-26 16:19:35,268 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]
2019-09-26 16:19:35,269 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]
2019-09-26 16:19:35,269 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]
2019-09-26 16:19:35,269 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]
2019-09-26 16:19:35,270 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]
2019-09-26 16:19:35,270 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]
2019-09-26 16:19:35,270 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]
2019-09-26 16:19:35,270 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' 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=environment; 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=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig]
2019-09-26 16:19:35,271 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]
2019-09-26 16:19:35,271 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]
2019-09-26 16:19:35,303 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:19:35,398 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:35,409 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:19:35,437 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:19:35,437 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:19:35,438 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:19:35,438 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:19:35,438 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:19:35,439 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:19:35,444 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
Hibernate:
drop table if exists application CASCADE
2019-09-26 16:19:35,641 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2b2c7eaa] 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.
Hibernate:
drop table if exists authgroup CASCADE
Hibernate:
drop table if exists authgroup_role CASCADE
Hibernate:
drop table if exists database_connection CASCADE
Hibernate:
drop table if exists permission CASCADE
Hibernate:
drop table if exists platform_event CASCADE
Hibernate:
drop table if exists property CASCADE
Hibernate:
drop table if exists repository CASCADE
Hibernate:
drop table if exists resource CASCADE
Hibernate:
drop table if exists role CASCADE
Hibernate:
drop table if exists role_permission CASCADE
Hibernate:
drop table if exists site CASCADE
Hibernate:
drop table if exists site_application CASCADE
Hibernate:
drop table if exists sites_granted CASCADE
Hibernate:
drop table if exists subject CASCADE
Hibernate:
drop table if exists subject_authgroup CASCADE
Hibernate:
drop table if exists template CASCADE
Hibernate:
drop table if exists template_resource CASCADE
Hibernate:
drop table if exists TestEntity CASCADE
Hibernate:
create table application (
id integer generated by default as identity (start with 1),
appng_version varchar(64),
application_version varchar(64),
description LONGVARCHAR,
displayName varchar(64),
fileBased boolean not null,
hidden boolean not null,
longDescription clob(255),
name varchar(64) not null,
privileged boolean,
snapshot boolean not null,
time_stamp varchar(64),
version timestamp,
primary key (id)
)
2019-09-26 16:19:35,645 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2d726c90] 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.
Hibernate:
create table authgroup (
id integer generated by default as identity (start with 1),
default_admin boolean,
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table authgroup_role (
authgroup_id integer not null,
role_id integer not null,
primary key (authgroup_id, role_id)
)
Hibernate:
create table database_connection (
id integer generated by default as identity (start with 1),
active boolean not null,
description varchar(255),
driver_class varchar(255) not null,
jdbc_url varchar(255) not null,
managed boolean not null,
max_connections integer not null,
min_connections integer not null check (min_connections>=1),
name varchar(255) not null,
password blob(255),
type varchar(255) not null,
username varchar(255) not null,
validation_query varchar(255),
version timestamp,
site_id integer,
primary key (id)
)
Hibernate:
create table permission (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(255) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table platform_event (
id integer generated by default as identity (start with 1),
application varchar(255),
context varchar(255),
created timestamp,
event varchar(255),
hostName varchar(255),
origin varchar(255),
requestId varchar(255),
sessionId varchar(255),
ev_type varchar(255),
ev_user varchar(255),
primary key (id)
)
Hibernate:
create table property (
name varchar(255) not null,
value varchar(255),
blobValue blob(255),
clobValue clob(255),
defaultValue varchar(255),
description LONGVARCHAR,
mandatory boolean not null,
version timestamp,
primary key (name)
)
Hibernate:
create table repository (
id integer generated by default as identity (start with 1),
accepted_certs blob(255),
active boolean not null,
description LONGVARCHAR,
digest varchar(255),
name varchar(64) not null,
published boolean not null,
remote_repository_name varchar(64),
mode varchar(255),
type varchar(255),
strict boolean not null,
uri varbinary(255),
version timestamp,
primary key (id)
)
Hibernate:
create table resource (
id integer generated by default as identity (start with 1),
bytes blob(255) not null,
checksum varchar(255),
description LONGVARCHAR,
name varchar(255),
type varchar(255),
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role_permission (
role_id integer not null,
permissions_id integer not null,
primary key (role_id, permissions_id)
)
Hibernate:
create table site (
id integer generated by default as identity (start with 1),
active boolean not null,
create_repository boolean,
description LONGVARCHAR,
domain varchar(255) not null,
host varchar(255) not null,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table site_application (
application_id integer not null,
site_id integer not null,
active boolean not null,
deletion_mark boolean,
reload_required boolean,
connection_id integer,
primary key (application_id, site_id)
)
Hibernate:
create table sites_granted (
application_id integer not null,
site_id integer not null,
granted_site_id integer not null,
primary key (application_id, site_id, granted_site_id)
)
Hibernate:
create table subject (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
digest varchar(255),
email varchar(255),
language varchar(3) not null,
name varchar(64) not null,
realname varchar(64) not null,
salt varchar(255),
timezone varchar(255),
type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table subject_authgroup (
subject_Id integer not null,
group_id integer not null
)
Hibernate:
create table template (
id integer generated by default as identity (start with 1),
appng_version varchar(255),
description varchar(255),
displayName varchar(255),
long_desc varchar(255),
name varchar(255),
template_version varchar(255),
timestamp varchar(255),
tpl_type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table template_resource (
id integer generated by default as identity (start with 1),
bytes blob(255),
checksum varchar(255),
file_version timestamp,
name varchar(255),
version timestamp,
template_id integer,
primary key (id)
)
Hibernate:
create table TestEntity (
id integer generated by default as identity (start with 1),
booleanValue boolean,
doubleValue double,
integerValue integer,
name varchar(255) not null,
primary key (id)
)
Hibernate:
alter table application
add constraint UK_lspnba25gpku3nx3oecprrx8c unique (name)
Hibernate:
alter table authgroup
add constraint UK_hng9ojpn9gcumrchsw1gqwpa3 unique (name)
Hibernate:
alter table repository
add constraint UK_pbnisjkw01y5ole425crs0ra6 unique (name)
Hibernate:
alter table site
add constraint UK_qsgk5cjl6wt1xvhdeqymoymqb unique (domain)
Hibernate:
alter table site
add constraint UK_nnbksm3ee42ted5jwjv82ld8 unique (host)
Hibernate:
alter table site
add constraint UK_f9iil6uu8d9ohutpr2irlpvio unique (name)
Hibernate:
alter table subject
add constraint UK_p1jgir6qcpmqnxt4a8105wsot unique (name)
Hibernate:
alter table authgroup_role
add constraint FKb9vanycq8blatrv0cygmo4ys
foreign key (role_id)
references role
Hibernate:
alter table authgroup_role
add constraint FKrcn022l06aob7yh4i0pocmyfw
foreign key (authgroup_id)
references authgroup
Hibernate:
alter table database_connection
add constraint FK2nc6v72wsqqkm08g6esvl56qa
foreign key (site_id)
references site
Hibernate:
alter table permission
add constraint FKqx6yod2u5o379ea6ilb9320pf
foreign key (application_id)
references application
Hibernate:
alter table resource
add constraint FKao8gqbsc5pjonvob97v06wdfh
foreign key (application_id)
references application
Hibernate:
alter table role
add constraint FK2n86cvour8hpl69i8t5qq139u
foreign key (application_id)
references application
Hibernate:
alter table role_permission
add constraint FKsidab0lpqi82o4o15bwde2c5f
foreign key (permissions_id)
references permission
Hibernate:
alter table role_permission
add constraint FKa6jx8n8xkesmjmv6jqug6bg68
foreign key (role_id)
references role
Hibernate:
alter table site_application
add constraint FKfidgrdtxu15bc7fakr83aln2d
foreign key (application_id)
references application
Hibernate:
alter table site_application
add constraint FKqd6qo05h21mxnh9xw8piia2sv
foreign key (connection_id)
references database_connection
Hibernate:
alter table site_application
add constraint FK471twt4o8anj8n4pic9r2c3ld
foreign key (site_id)
references site
Hibernate:
alter table sites_granted
add constraint FKbmo1w3an2hajxekhl31138r9i
foreign key (granted_site_id)
references site
Hibernate:
alter table sites_granted
add constraint FK70e3j7mp3imtb4x5llus087hh
foreign key (application_id, site_id)
references site_application
Hibernate:
alter table subject_authgroup
add constraint FK1h3gxc3kkurxb2ywgd8lsiygg
foreign key (group_id)
references authgroup
Hibernate:
alter table subject_authgroup
add constraint FKo4thj02w2sqac23qqgnauygej
foreign key (subject_Id)
references subject
Hibernate:
alter table template_resource
add constraint FK__TEMPLATE_RESOURCE__TEMPLATE_ID
foreign key (template_id)
references template
2019-09-26 16:19:35,668 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:19:35,669 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:35,672 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@3fa28fae: startup date [Thu Sep 26 16:19:35 CEST 2019]; root of context hierarchy
2019-09-26 16:19:35,858 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@13f8f39c testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@47017d38, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@66424afe 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@1b6dfd54]; rollback [true]
2019-09-26 16:19:35,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name
Hibernate:
insert
into
application
(id, appng_version, application_version, description, displayName, fileBased, hidden, longDescription, name, privileged, snapshot, time_stamp, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:35,864 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource name of application name
Hibernate:
insert
into
resource
(id, application_id, bytes, checksum, description, name, type, version)
values
(default, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
select
resourceim0_.id as id1_8_,
resourceim0_.application_id as applicat8_8_,
resourceim0_.bytes as bytes2_8_,
resourceim0_.checksum as checksum3_8_,
resourceim0_.description as descript4_8_,
resourceim0_.name as name5_8_,
resourceim0_.type as type6_8_,
resourceim0_.version as version7_8_
from
resource resourceim0_
where
resourceim0_.name=?
and resourceim0_.application_id=?
2019-09-26 16:19:35,866 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@13f8f39c testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@47017d38, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@66424afe 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]]]
2019-09-26 16:19:35,867 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3fa28fae: startup date [Thu Sep 26 16:19:35 CEST 2019]; root of context hierarchy
2019-09-26 16:19:35,867 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:35,868 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.783 s - in org.appng.core.repository.ResourceRepositoryTest
[INFO] Running org.appng.core.repository.RepositoryTest
2019-09-26 16:19:35,871 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.RepositoryTest]: no resource found for suffixes {-context.xml}.
2019-09-26 16:19:35,871 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.RepositoryTest]: RepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2019-09-26 16:19:35,875 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]
2019-09-26 16:19:35,876 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@31e6ac68, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@383918c8, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5699b770, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6b8eec09, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6f0f98fc, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1f00228d]
2019-09-26 16:19:35,877 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@439342a: startup date [Thu Sep 26 16:19:35 CEST 2019]; root of context hierarchy
2019-09-26 16:19:36,004 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]
2019-09-26 16:19:36,005 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=destroy; 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]
2019-09-26 16:19:36,005 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]
2019-09-26 16:19:36,005 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]
2019-09-26 16:19:36,005 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]
2019-09-26 16:19:36,006 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]
2019-09-26 16:19:36,006 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]
2019-09-26 16:19:36,006 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]
2019-09-26 16:19:36,006 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]
2019-09-26 16:19:36,007 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]
2019-09-26 16:19:36,007 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]
2019-09-26 16:19:36,007 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]
2019-09-26 16:19:36,007 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]
2019-09-26 16:19:36,008 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]
2019-09-26 16:19:36,008 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]
2019-09-26 16:19:36,008 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' 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=environment; 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=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig]
2019-09-26 16:19:36,008 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]
2019-09-26 16:19:36,009 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]
2019-09-26 16:19:36,032 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:19:36,073 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:36,083 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:19:36,109 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:19:36,110 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:19:36,110 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:19:36,110 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:19:36,110 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:19:36,111 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:19:36,115 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
Hibernate:
drop table if exists application CASCADE
2019-09-26 16:19:36,282 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@634668d6] 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.
Hibernate:
drop table if exists authgroup CASCADE
Hibernate:
drop table if exists authgroup_role CASCADE
Hibernate:
drop table if exists database_connection CASCADE
Hibernate:
drop table if exists permission CASCADE
Hibernate:
drop table if exists platform_event CASCADE
Hibernate:
drop table if exists property CASCADE
Hibernate:
drop table if exists repository CASCADE
Hibernate:
drop table if exists resource CASCADE
Hibernate:
drop table if exists role CASCADE
Hibernate:
drop table if exists role_permission CASCADE
Hibernate:
drop table if exists site CASCADE
Hibernate:
drop table if exists site_application CASCADE
Hibernate:
drop table if exists sites_granted CASCADE
Hibernate:
drop table if exists subject CASCADE
Hibernate:
drop table if exists subject_authgroup CASCADE
Hibernate:
drop table if exists template CASCADE
Hibernate:
drop table if exists template_resource CASCADE
Hibernate:
drop table if exists TestEntity CASCADE
Hibernate:
create table application (
id integer generated by default as identity (start with 1),
appng_version varchar(64),
application_version varchar(64),
description LONGVARCHAR,
displayName varchar(64),
fileBased boolean not null,
hidden boolean not null,
longDescription clob(255),
name varchar(64) not null,
privileged boolean,
snapshot boolean not null,
time_stamp varchar(64),
version timestamp,
primary key (id)
)
2019-09-26 16:19:36,286 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@19ced00b] 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.
Hibernate:
create table authgroup (
id integer generated by default as identity (start with 1),
default_admin boolean,
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table authgroup_role (
authgroup_id integer not null,
role_id integer not null,
primary key (authgroup_id, role_id)
)
Hibernate:
create table database_connection (
id integer generated by default as identity (start with 1),
active boolean not null,
description varchar(255),
driver_class varchar(255) not null,
jdbc_url varchar(255) not null,
managed boolean not null,
max_connections integer not null,
min_connections integer not null check (min_connections>=1),
name varchar(255) not null,
password blob(255),
type varchar(255) not null,
username varchar(255) not null,
validation_query varchar(255),
version timestamp,
site_id integer,
primary key (id)
)
Hibernate:
create table permission (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(255) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table platform_event (
id integer generated by default as identity (start with 1),
application varchar(255),
context varchar(255),
created timestamp,
event varchar(255),
hostName varchar(255),
origin varchar(255),
requestId varchar(255),
sessionId varchar(255),
ev_type varchar(255),
ev_user varchar(255),
primary key (id)
)
Hibernate:
create table property (
name varchar(255) not null,
value varchar(255),
blobValue blob(255),
clobValue clob(255),
defaultValue varchar(255),
description LONGVARCHAR,
mandatory boolean not null,
version timestamp,
primary key (name)
)
Hibernate:
create table repository (
id integer generated by default as identity (start with 1),
accepted_certs blob(255),
active boolean not null,
description LONGVARCHAR,
digest varchar(255),
name varchar(64) not null,
published boolean not null,
remote_repository_name varchar(64),
mode varchar(255),
type varchar(255),
strict boolean not null,
uri varbinary(255),
version timestamp,
primary key (id)
)
Hibernate:
create table resource (
id integer generated by default as identity (start with 1),
bytes blob(255) not null,
checksum varchar(255),
description LONGVARCHAR,
name varchar(255),
type varchar(255),
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role_permission (
role_id integer not null,
permissions_id integer not null,
primary key (role_id, permissions_id)
)
Hibernate:
create table site (
id integer generated by default as identity (start with 1),
active boolean not null,
create_repository boolean,
description LONGVARCHAR,
domain varchar(255) not null,
host varchar(255) not null,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table site_application (
application_id integer not null,
site_id integer not null,
active boolean not null,
deletion_mark boolean,
reload_required boolean,
connection_id integer,
primary key (application_id, site_id)
)
Hibernate:
create table sites_granted (
application_id integer not null,
site_id integer not null,
granted_site_id integer not null,
primary key (application_id, site_id, granted_site_id)
)
Hibernate:
create table subject (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
digest varchar(255),
email varchar(255),
language varchar(3) not null,
name varchar(64) not null,
realname varchar(64) not null,
salt varchar(255),
timezone varchar(255),
type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table subject_authgroup (
subject_Id integer not null,
group_id integer not null
)
Hibernate:
create table template (
id integer generated by default as identity (start with 1),
appng_version varchar(255),
description varchar(255),
displayName varchar(255),
long_desc varchar(255),
name varchar(255),
template_version varchar(255),
timestamp varchar(255),
tpl_type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table template_resource (
id integer generated by default as identity (start with 1),
bytes blob(255),
checksum varchar(255),
file_version timestamp,
name varchar(255),
version timestamp,
template_id integer,
primary key (id)
)
Hibernate:
create table TestEntity (
id integer generated by default as identity (start with 1),
booleanValue boolean,
doubleValue double,
integerValue integer,
name varchar(255) not null,
primary key (id)
)
Hibernate:
alter table application
add constraint UK_lspnba25gpku3nx3oecprrx8c unique (name)
Hibernate:
alter table authgroup
add constraint UK_hng9ojpn9gcumrchsw1gqwpa3 unique (name)
Hibernate:
alter table repository
add constraint UK_pbnisjkw01y5ole425crs0ra6 unique (name)
Hibernate:
alter table site
add constraint UK_qsgk5cjl6wt1xvhdeqymoymqb unique (domain)
Hibernate:
alter table site
add constraint UK_nnbksm3ee42ted5jwjv82ld8 unique (host)
Hibernate:
alter table site
add constraint UK_f9iil6uu8d9ohutpr2irlpvio unique (name)
Hibernate:
alter table subject
add constraint UK_p1jgir6qcpmqnxt4a8105wsot unique (name)
Hibernate:
alter table authgroup_role
add constraint FKb9vanycq8blatrv0cygmo4ys
foreign key (role_id)
references role
Hibernate:
alter table authgroup_role
add constraint FKrcn022l06aob7yh4i0pocmyfw
foreign key (authgroup_id)
references authgroup
Hibernate:
alter table database_connection
add constraint FK2nc6v72wsqqkm08g6esvl56qa
foreign key (site_id)
references site
Hibernate:
alter table permission
add constraint FKqx6yod2u5o379ea6ilb9320pf
foreign key (application_id)
references application
Hibernate:
alter table resource
add constraint FKao8gqbsc5pjonvob97v06wdfh
foreign key (application_id)
references application
Hibernate:
alter table role
add constraint FK2n86cvour8hpl69i8t5qq139u
foreign key (application_id)
references application
Hibernate:
alter table role_permission
add constraint FKsidab0lpqi82o4o15bwde2c5f
foreign key (permissions_id)
references permission
Hibernate:
alter table role_permission
add constraint FKa6jx8n8xkesmjmv6jqug6bg68
foreign key (role_id)
references role
Hibernate:
alter table site_application
add constraint FKfidgrdtxu15bc7fakr83aln2d
foreign key (application_id)
references application
Hibernate:
alter table site_application
add constraint FKqd6qo05h21mxnh9xw8piia2sv
foreign key (connection_id)
references database_connection
Hibernate:
alter table site_application
add constraint FK471twt4o8anj8n4pic9r2c3ld
foreign key (site_id)
references site
Hibernate:
alter table sites_granted
add constraint FKbmo1w3an2hajxekhl31138r9i
foreign key (granted_site_id)
references site
Hibernate:
alter table sites_granted
add constraint FK70e3j7mp3imtb4x5llus087hh
foreign key (application_id, site_id)
references site_application
Hibernate:
alter table subject_authgroup
add constraint FK1h3gxc3kkurxb2ywgd8lsiygg
foreign key (group_id)
references authgroup
Hibernate:
alter table subject_authgroup
add constraint FKo4thj02w2sqac23qqgnauygej
foreign key (subject_Id)
references subject
Hibernate:
alter table template_resource
add constraint FK__TEMPLATE_RESOURCE__TEMPLATE_ID
foreign key (template_id)
references template
2019-09-26 16:19:36,306 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:19:36,307 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:36,310 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@439342a: startup date [Thu Sep 26 16:19:35 CEST 2019]; root of context hierarchy
2019-09-26 16:19:36,505 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@1d0dccff testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@7c3ae042, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f59d1e5 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@60cd876d]; rollback [true]
2019-09-26 16:19:36,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name
Hibernate:
insert
into
application
(id, appng_version, application_version, description, displayName, fileBased, hidden, longDescription, name, privileged, snapshot, time_stamp, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
select
applicatio0_.id as id1_0_,
applicatio0_.appng_version as appng_ve2_0_,
applicatio0_.application_version as applicat3_0_,
applicatio0_.description as descript4_0_,
applicatio0_.displayName as displayN5_0_,
applicatio0_.fileBased as fileBase6_0_,
applicatio0_.hidden as hidden7_0_,
applicatio0_.longDescription as longDesc8_0_,
applicatio0_.name as name9_0_,
applicatio0_.privileged as privile10_0_,
applicatio0_.snapshot as snapsho11_0_,
applicatio0_.time_stamp as time_st12_0_,
applicatio0_.version as version13_0_
from
application applicatio0_
where
applicatio0_.name=?
2019-09-26 16:19:36,511 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@1d0dccff testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@7c3ae042, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f59d1e5 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]]]
2019-09-26 16:19:36,512 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@439342a: startup date [Thu Sep 26 16:19:35 CEST 2019]; root of context hierarchy
2019-09-26 16:19:36,512 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:36,513 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.644 s - in org.appng.core.repository.RepositoryTest
[INFO] Running org.appng.core.repository.GroupRepositoryTest
2019-09-26 16:19:36,514 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.GroupRepositoryTest]: no resource found for suffixes {-context.xml}.
2019-09-26 16:19:36,514 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.GroupRepositoryTest]: GroupRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2019-09-26 16:19:36,519 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]
2019-09-26 16:19:36,519 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3d5650de, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3af1e1e5, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2b2a94a4, org.springframework.test.context.support.DirtiesContextTestExecutionListener@17f262b5, org.springframework.test.context.transaction.TransactionalTestExecutionListener@182d0035, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2de6241c]
2019-09-26 16:19:36,520 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@52160ab0: startup date [Thu Sep 26 16:19:36 CEST 2019]; root of context hierarchy
2019-09-26 16:19:36,637 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]
2019-09-26 16:19:36,637 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=destroy; 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]
2019-09-26 16:19:36,638 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]
2019-09-26 16:19:36,638 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]
2019-09-26 16:19:36,638 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]
2019-09-26 16:19:36,638 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]
2019-09-26 16:19:36,639 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]
2019-09-26 16:19:36,639 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]
2019-09-26 16:19:36,639 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]
2019-09-26 16:19:36,639 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]
2019-09-26 16:19:36,640 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]
2019-09-26 16:19:36,640 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]
2019-09-26 16:19:36,640 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]
2019-09-26 16:19:36,640 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]
2019-09-26 16:19:36,641 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]
2019-09-26 16:19:36,641 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' 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=environment; 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=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig]
2019-09-26 16:19:36,641 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]
2019-09-26 16:19:36,641 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]
2019-09-26 16:19:36,666 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:19:36,708 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:36,719 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:19:36,746 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:19:36,747 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:19:36,747 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:19:36,747 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:19:36,747 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:19:36,748 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:19:36,752 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
Hibernate:
drop table if exists application CASCADE
2019-09-26 16:19:36,910 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@564cdcb1] 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.
Hibernate:
drop table if exists authgroup CASCADE
Hibernate:
drop table if exists authgroup_role CASCADE
Hibernate:
drop table if exists database_connection CASCADE
Hibernate:
drop table if exists permission CASCADE
Hibernate:
drop table if exists platform_event CASCADE
Hibernate:
drop table if exists property CASCADE
Hibernate:
drop table if exists repository CASCADE
Hibernate:
drop table if exists resource CASCADE
Hibernate:
drop table if exists role CASCADE
Hibernate:
drop table if exists role_permission CASCADE
Hibernate:
drop table if exists site CASCADE
Hibernate:
drop table if exists site_application CASCADE
Hibernate:
drop table if exists sites_granted CASCADE
Hibernate:
drop table if exists subject CASCADE
Hibernate:
drop table if exists subject_authgroup CASCADE
Hibernate:
drop table if exists template CASCADE
Hibernate:
drop table if exists template_resource CASCADE
Hibernate:
drop table if exists TestEntity CASCADE
Hibernate:
create table application (
id integer generated by default as identity (start with 1),
appng_version varchar(64),
application_version varchar(64),
description LONGVARCHAR,
displayName varchar(64),
fileBased boolean not null,
hidden boolean not null,
longDescription clob(255),
name varchar(64) not null,
privileged boolean,
snapshot boolean not null,
time_stamp varchar(64),
version timestamp,
primary key (id)
)
2019-09-26 16:19:36,914 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2ac9e172] 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.
Hibernate:
create table authgroup (
id integer generated by default as identity (start with 1),
default_admin boolean,
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table authgroup_role (
authgroup_id integer not null,
role_id integer not null,
primary key (authgroup_id, role_id)
)
Hibernate:
create table database_connection (
id integer generated by default as identity (start with 1),
active boolean not null,
description varchar(255),
driver_class varchar(255) not null,
jdbc_url varchar(255) not null,
managed boolean not null,
max_connections integer not null,
min_connections integer not null check (min_connections>=1),
name varchar(255) not null,
password blob(255),
type varchar(255) not null,
username varchar(255) not null,
validation_query varchar(255),
version timestamp,
site_id integer,
primary key (id)
)
Hibernate:
create table permission (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(255) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table platform_event (
id integer generated by default as identity (start with 1),
application varchar(255),
context varchar(255),
created timestamp,
event varchar(255),
hostName varchar(255),
origin varchar(255),
requestId varchar(255),
sessionId varchar(255),
ev_type varchar(255),
ev_user varchar(255),
primary key (id)
)
Hibernate:
create table property (
name varchar(255) not null,
value varchar(255),
blobValue blob(255),
clobValue clob(255),
defaultValue varchar(255),
description LONGVARCHAR,
mandatory boolean not null,
version timestamp,
primary key (name)
)
Hibernate:
create table repository (
id integer generated by default as identity (start with 1),
accepted_certs blob(255),
active boolean not null,
description LONGVARCHAR,
digest varchar(255),
name varchar(64) not null,
published boolean not null,
remote_repository_name varchar(64),
mode varchar(255),
type varchar(255),
strict boolean not null,
uri varbinary(255),
version timestamp,
primary key (id)
)
Hibernate:
create table resource (
id integer generated by default as identity (start with 1),
bytes blob(255) not null,
checksum varchar(255),
description LONGVARCHAR,
name varchar(255),
type varchar(255),
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role_permission (
role_id integer not null,
permissions_id integer not null,
primary key (role_id, permissions_id)
)
Hibernate:
create table site (
id integer generated by default as identity (start with 1),
active boolean not null,
create_repository boolean,
description LONGVARCHAR,
domain varchar(255) not null,
host varchar(255) not null,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table site_application (
application_id integer not null,
site_id integer not null,
active boolean not null,
deletion_mark boolean,
reload_required boolean,
connection_id integer,
primary key (application_id, site_id)
)
Hibernate:
create table sites_granted (
application_id integer not null,
site_id integer not null,
granted_site_id integer not null,
primary key (application_id, site_id, granted_site_id)
)
Hibernate:
create table subject (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
digest varchar(255),
email varchar(255),
language varchar(3) not null,
name varchar(64) not null,
realname varchar(64) not null,
salt varchar(255),
timezone varchar(255),
type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table subject_authgroup (
subject_Id integer not null,
group_id integer not null
)
Hibernate:
create table template (
id integer generated by default as identity (start with 1),
appng_version varchar(255),
description varchar(255),
displayName varchar(255),
long_desc varchar(255),
name varchar(255),
template_version varchar(255),
timestamp varchar(255),
tpl_type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table template_resource (
id integer generated by default as identity (start with 1),
bytes blob(255),
checksum varchar(255),
file_version timestamp,
name varchar(255),
version timestamp,
template_id integer,
primary key (id)
)
Hibernate:
create table TestEntity (
id integer generated by default as identity (start with 1),
booleanValue boolean,
doubleValue double,
integerValue integer,
name varchar(255) not null,
primary key (id)
)
Hibernate:
alter table application
add constraint UK_lspnba25gpku3nx3oecprrx8c unique (name)
Hibernate:
alter table authgroup
add constraint UK_hng9ojpn9gcumrchsw1gqwpa3 unique (name)
Hibernate:
alter table repository
add constraint UK_pbnisjkw01y5ole425crs0ra6 unique (name)
Hibernate:
alter table site
add constraint UK_qsgk5cjl6wt1xvhdeqymoymqb unique (domain)
Hibernate:
alter table site
add constraint UK_nnbksm3ee42ted5jwjv82ld8 unique (host)
Hibernate:
alter table site
add constraint UK_f9iil6uu8d9ohutpr2irlpvio unique (name)
Hibernate:
alter table subject
add constraint UK_p1jgir6qcpmqnxt4a8105wsot unique (name)
Hibernate:
alter table authgroup_role
add constraint FKb9vanycq8blatrv0cygmo4ys
foreign key (role_id)
references role
Hibernate:
alter table authgroup_role
add constraint FKrcn022l06aob7yh4i0pocmyfw
foreign key (authgroup_id)
references authgroup
Hibernate:
alter table database_connection
add constraint FK2nc6v72wsqqkm08g6esvl56qa
foreign key (site_id)
references site
Hibernate:
alter table permission
add constraint FKqx6yod2u5o379ea6ilb9320pf
foreign key (application_id)
references application
Hibernate:
alter table resource
add constraint FKao8gqbsc5pjonvob97v06wdfh
foreign key (application_id)
references application
Hibernate:
alter table role
add constraint FK2n86cvour8hpl69i8t5qq139u
foreign key (application_id)
references application
Hibernate:
alter table role_permission
add constraint FKsidab0lpqi82o4o15bwde2c5f
foreign key (permissions_id)
references permission
Hibernate:
alter table role_permission
add constraint FKa6jx8n8xkesmjmv6jqug6bg68
foreign key (role_id)
references role
Hibernate:
alter table site_application
add constraint FKfidgrdtxu15bc7fakr83aln2d
foreign key (application_id)
references application
Hibernate:
alter table site_application
add constraint FKqd6qo05h21mxnh9xw8piia2sv
foreign key (connection_id)
references database_connection
Hibernate:
alter table site_application
add constraint FK471twt4o8anj8n4pic9r2c3ld
foreign key (site_id)
references site
Hibernate:
alter table sites_granted
add constraint FKbmo1w3an2hajxekhl31138r9i
foreign key (granted_site_id)
references site
Hibernate:
alter table sites_granted
add constraint FK70e3j7mp3imtb4x5llus087hh
foreign key (application_id, site_id)
references site_application
Hibernate:
alter table subject_authgroup
add constraint FK1h3gxc3kkurxb2ywgd8lsiygg
foreign key (group_id)
references authgroup
Hibernate:
alter table subject_authgroup
add constraint FKo4thj02w2sqac23qqgnauygej
foreign key (subject_Id)
references subject
Hibernate:
alter table template_resource
add constraint FK__TEMPLATE_RESOURCE__TEMPLATE_ID
foreign key (template_id)
references template
2019-09-26 16:19:36,936 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:19:36,936 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:36,939 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@52160ab0: startup date [Thu Sep 26 16:19:36 CEST 2019]; root of context hierarchy
2019-09-26 16:19:37,129 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@14d1938b testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@1ba77ae6, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@25f5eb5f 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@161e9b9c]; rollback [true]
2019-09-26 16:19:37,131 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name
Hibernate:
insert
into
application
(id, appng_version, application_version, description, displayName, fileBased, hidden, longDescription, name, privileged, snapshot, time_stamp, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:37,134 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name
Hibernate:
insert
into
role
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
2019-09-26 16:19:37,136 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group name
Hibernate:
insert
into
authgroup
(id, default_admin, description, name, version)
values
(default, ?, ?, ?, ?)
Hibernate:
select
groupimpl0_.id as id1_1_,
groupimpl0_.default_admin as default_2_1_,
groupimpl0_.description as descript3_1_,
groupimpl0_.name as name4_1_,
groupimpl0_.version as version5_1_
from
authgroup groupimpl0_
where
groupimpl0_.name=?
Hibernate:
insert
into
authgroup_role
(authgroup_id, role_id)
values
(?, ?)
Hibernate:
select
groupimpl0_.id as id1_1_0_,
roleimpl2_.id as id1_9_1_,
permission4_.id as id1_4_2_,
groupimpl0_.default_admin as default_2_1_0_,
groupimpl0_.description as descript3_1_0_,
groupimpl0_.name as name4_1_0_,
groupimpl0_.version as version5_1_0_,
roleimpl2_.application_id as applicat5_9_1_,
roleimpl2_.description as descript2_9_1_,
roleimpl2_.name as name3_9_1_,
roleimpl2_.version as version4_9_1_,
roles1_.authgroup_id as authgrou1_2_0__,
roles1_.role_id as role_id2_2_0__,
permission4_.application_id as applicat5_4_2_,
permission4_.description as descript2_4_2_,
permission4_.name as name3_4_2_,
permission4_.version as version4_4_2_,
permission3_.role_id as role_id1_10_1__,
permission3_.permissions_id as permissi2_10_1__
from
authgroup groupimpl0_
left outer join
authgroup_role roles1_
on groupimpl0_.id=roles1_.authgroup_id
left outer join
role roleimpl2_
on roles1_.role_id=roleimpl2_.id
left outer join
role_permission permission3_
on roleimpl2_.id=permission3_.role_id
left outer join
permission permission4_
on permission3_.permissions_id=permission4_.id
where
groupimpl0_.id=?
Hibernate:
select
groupimpl0_.id as col_0_0_
from
authgroup groupimpl0_
where
groupimpl0_.name in (
? , ?
)
Hibernate:
select
groupimpl0_.id as id1_1_,
groupimpl0_.default_admin as default_2_1_,
groupimpl0_.description as descript3_1_,
groupimpl0_.name as name4_1_,
groupimpl0_.version as version5_1_
from
authgroup groupimpl0_
inner join
authgroup_role roles1_
on groupimpl0_.id=roles1_.authgroup_id
inner join
role roleimpl2_
on roles1_.role_id=roleimpl2_.id
where
roleimpl2_.id=?
2019-09-26 16:19:37,143 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@14d1938b testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@1ba77ae6, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@25f5eb5f 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]]]
2019-09-26 16:19:37,143 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@52160ab0: startup date [Thu Sep 26 16:19:36 CEST 2019]; root of context hierarchy
2019-09-26 16:19:37,144 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:37,144 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.631 s - in org.appng.core.repository.GroupRepositoryTest
[INFO] Running org.appng.core.repository.SubjectRepositoryTest
2019-09-26 16:19:37,146 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.SubjectRepositoryTest]: no resource found for suffixes {-context.xml}.
2019-09-26 16:19:37,147 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.SubjectRepositoryTest]: SubjectRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2019-09-26 16:19:37,151 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]
2019-09-26 16:19:37,151 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2f1ff2ea, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@57299f27, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@33dc231d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@52655ce3, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2bd6ce7, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@19760b30]
2019-09-26 16:19:37,152 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4b6017c8: startup date [Thu Sep 26 16:19:37 CEST 2019]; root of context hierarchy
2019-09-26 16:19:37,271 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]
2019-09-26 16:19:37,272 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=destroy; 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]
2019-09-26 16:19:37,272 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]
2019-09-26 16:19:37,272 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]
2019-09-26 16:19:37,272 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]
2019-09-26 16:19:37,273 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]
2019-09-26 16:19:37,273 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]
2019-09-26 16:19:37,273 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]
2019-09-26 16:19:37,273 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]
2019-09-26 16:19:37,274 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]
2019-09-26 16:19:37,274 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]
2019-09-26 16:19:37,274 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]
2019-09-26 16:19:37,274 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]
2019-09-26 16:19:37,274 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]
2019-09-26 16:19:37,275 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]
2019-09-26 16:19:37,275 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' 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=environment; 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=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig]
2019-09-26 16:19:37,275 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]
2019-09-26 16:19:37,275 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]
2019-09-26 16:19:37,299 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:19:37,341 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:37,351 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:19:37,380 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:19:37,380 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:19:37,380 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:19:37,380 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:19:37,380 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:19:37,381 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:19:37,386 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
Hibernate:
drop table if exists application CASCADE
2019-09-26 16:19:37,566 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6b9758ba] 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.
Hibernate:
drop table if exists authgroup CASCADE
Hibernate:
drop table if exists authgroup_role CASCADE
Hibernate:
drop table if exists database_connection CASCADE
Hibernate:
drop table if exists permission CASCADE
Hibernate:
drop table if exists platform_event CASCADE
Hibernate:
drop table if exists property CASCADE
Hibernate:
drop table if exists repository CASCADE
Hibernate:
drop table if exists resource CASCADE
Hibernate:
drop table if exists role CASCADE
Hibernate:
drop table if exists role_permission CASCADE
Hibernate:
drop table if exists site CASCADE
Hibernate:
drop table if exists site_application CASCADE
Hibernate:
drop table if exists sites_granted CASCADE
Hibernate:
drop table if exists subject CASCADE
Hibernate:
drop table if exists subject_authgroup CASCADE
Hibernate:
drop table if exists template CASCADE
Hibernate:
drop table if exists template_resource CASCADE
Hibernate:
drop table if exists TestEntity CASCADE
Hibernate:
create table application (
id integer generated by default as identity (start with 1),
appng_version varchar(64),
application_version varchar(64),
description LONGVARCHAR,
displayName varchar(64),
fileBased boolean not null,
hidden boolean not null,
longDescription clob(255),
name varchar(64) not null,
privileged boolean,
snapshot boolean not null,
time_stamp varchar(64),
version timestamp,
primary key (id)
)
2019-09-26 16:19:37,571 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5614901] 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.
Hibernate:
create table authgroup (
id integer generated by default as identity (start with 1),
default_admin boolean,
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table authgroup_role (
authgroup_id integer not null,
role_id integer not null,
primary key (authgroup_id, role_id)
)
Hibernate:
create table database_connection (
id integer generated by default as identity (start with 1),
active boolean not null,
description varchar(255),
driver_class varchar(255) not null,
jdbc_url varchar(255) not null,
managed boolean not null,
max_connections integer not null,
min_connections integer not null check (min_connections>=1),
name varchar(255) not null,
password blob(255),
type varchar(255) not null,
username varchar(255) not null,
validation_query varchar(255),
version timestamp,
site_id integer,
primary key (id)
)
Hibernate:
create table permission (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(255) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table platform_event (
id integer generated by default as identity (start with 1),
application varchar(255),
context varchar(255),
created timestamp,
event varchar(255),
hostName varchar(255),
origin varchar(255),
requestId varchar(255),
sessionId varchar(255),
ev_type varchar(255),
ev_user varchar(255),
primary key (id)
)
Hibernate:
create table property (
name varchar(255) not null,
value varchar(255),
blobValue blob(255),
clobValue clob(255),
defaultValue varchar(255),
description LONGVARCHAR,
mandatory boolean not null,
version timestamp,
primary key (name)
)
Hibernate:
create table repository (
id integer generated by default as identity (start with 1),
accepted_certs blob(255),
active boolean not null,
description LONGVARCHAR,
digest varchar(255),
name varchar(64) not null,
published boolean not null,
remote_repository_name varchar(64),
mode varchar(255),
type varchar(255),
strict boolean not null,
uri varbinary(255),
version timestamp,
primary key (id)
)
Hibernate:
create table resource (
id integer generated by default as identity (start with 1),
bytes blob(255) not null,
checksum varchar(255),
description LONGVARCHAR,
name varchar(255),
type varchar(255),
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role_permission (
role_id integer not null,
permissions_id integer not null,
primary key (role_id, permissions_id)
)
Hibernate:
create table site (
id integer generated by default as identity (start with 1),
active boolean not null,
create_repository boolean,
description LONGVARCHAR,
domain varchar(255) not null,
host varchar(255) not null,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table site_application (
application_id integer not null,
site_id integer not null,
active boolean not null,
deletion_mark boolean,
reload_required boolean,
connection_id integer,
primary key (application_id, site_id)
)
Hibernate:
create table sites_granted (
application_id integer not null,
site_id integer not null,
granted_site_id integer not null,
primary key (application_id, site_id, granted_site_id)
)
Hibernate:
create table subject (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
digest varchar(255),
email varchar(255),
language varchar(3) not null,
name varchar(64) not null,
realname varchar(64) not null,
salt varchar(255),
timezone varchar(255),
type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table subject_authgroup (
subject_Id integer not null,
group_id integer not null
)
Hibernate:
create table template (
id integer generated by default as identity (start with 1),
appng_version varchar(255),
description varchar(255),
displayName varchar(255),
long_desc varchar(255),
name varchar(255),
template_version varchar(255),
timestamp varchar(255),
tpl_type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table template_resource (
id integer generated by default as identity (start with 1),
bytes blob(255),
checksum varchar(255),
file_version timestamp,
name varchar(255),
version timestamp,
template_id integer,
primary key (id)
)
Hibernate:
create table TestEntity (
id integer generated by default as identity (start with 1),
booleanValue boolean,
doubleValue double,
integerValue integer,
name varchar(255) not null,
primary key (id)
)
Hibernate:
alter table application
add constraint UK_lspnba25gpku3nx3oecprrx8c unique (name)
Hibernate:
alter table authgroup
add constraint UK_hng9ojpn9gcumrchsw1gqwpa3 unique (name)
Hibernate:
alter table repository
add constraint UK_pbnisjkw01y5ole425crs0ra6 unique (name)
Hibernate:
alter table site
add constraint UK_qsgk5cjl6wt1xvhdeqymoymqb unique (domain)
Hibernate:
alter table site
add constraint UK_nnbksm3ee42ted5jwjv82ld8 unique (host)
Hibernate:
alter table site
add constraint UK_f9iil6uu8d9ohutpr2irlpvio unique (name)
Hibernate:
alter table subject
add constraint UK_p1jgir6qcpmqnxt4a8105wsot unique (name)
Hibernate:
alter table authgroup_role
add constraint FKb9vanycq8blatrv0cygmo4ys
foreign key (role_id)
references role
Hibernate:
alter table authgroup_role
add constraint FKrcn022l06aob7yh4i0pocmyfw
foreign key (authgroup_id)
references authgroup
Hibernate:
alter table database_connection
add constraint FK2nc6v72wsqqkm08g6esvl56qa
foreign key (site_id)
references site
Hibernate:
alter table permission
add constraint FKqx6yod2u5o379ea6ilb9320pf
foreign key (application_id)
references application
Hibernate:
alter table resource
add constraint FKao8gqbsc5pjonvob97v06wdfh
foreign key (application_id)
references application
Hibernate:
alter table role
add constraint FK2n86cvour8hpl69i8t5qq139u
foreign key (application_id)
references application
Hibernate:
alter table role_permission
add constraint FKsidab0lpqi82o4o15bwde2c5f
foreign key (permissions_id)
references permission
Hibernate:
alter table role_permission
add constraint FKa6jx8n8xkesmjmv6jqug6bg68
foreign key (role_id)
references role
Hibernate:
alter table site_application
add constraint FKfidgrdtxu15bc7fakr83aln2d
foreign key (application_id)
references application
Hibernate:
alter table site_application
add constraint FKqd6qo05h21mxnh9xw8piia2sv
foreign key (connection_id)
references database_connection
Hibernate:
alter table site_application
add constraint FK471twt4o8anj8n4pic9r2c3ld
foreign key (site_id)
references site
Hibernate:
alter table sites_granted
add constraint FKbmo1w3an2hajxekhl31138r9i
foreign key (granted_site_id)
references site
Hibernate:
alter table sites_granted
add constraint FK70e3j7mp3imtb4x5llus087hh
foreign key (application_id, site_id)
references site_application
Hibernate:
alter table subject_authgroup
add constraint FK1h3gxc3kkurxb2ywgd8lsiygg
foreign key (group_id)
references authgroup
Hibernate:
alter table subject_authgroup
add constraint FKo4thj02w2sqac23qqgnauygej
foreign key (subject_Id)
references subject
Hibernate:
alter table template_resource
add constraint FK__TEMPLATE_RESOURCE__TEMPLATE_ID
foreign key (template_id)
references template
2019-09-26 16:19:37,595 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:19:37,595 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:37,598 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@4b6017c8: startup date [Thu Sep 26 16:19:37 CEST 2019]; root of context hierarchy
2019-09-26 16:19:37,778 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@39b7c9ea testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@c8e1108, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2691df5e 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@631a5d11]; rollback [true]
2019-09-26 16:19:37,780 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group name
Hibernate:
insert
into
authgroup
(id, default_admin, description, name, version)
values
(default, ?, ?, ?, ?)
2019-09-26 16:19:37,784 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name
Hibernate:
insert
into
site
(id, active, create_repository, description, domain, host, name, version)
values
(default, ?, ?, ?, ?, ?, ?, ?)
2019-09-26 16:19:37,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name
Hibernate:
insert
into
application
(id, appng_version, application_version, description, displayName, fileBased, hidden, longDescription, name, privileged, snapshot, time_stamp, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
select
siteapplic0_.application_id as applicat1_12_0_,
siteapplic0_.site_id as site_id2_12_0_,
siteapplic0_.active as active3_12_0_,
siteapplic0_.connection_id as connecti6_12_0_,
siteapplic0_.deletion_mark as deletion4_12_0_,
siteapplic0_.reload_required as reload_r5_12_0_
from
site_application siteapplic0_
where
siteapplic0_.application_id=?
and siteapplic0_.site_id=?
2019-09-26 16:19:37,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name
Hibernate:
insert
into
site_application
(active, connection_id, deletion_mark, reload_required, application_id, site_id)
values
(?, ?, ?, ?, ?, ?)
Hibernate:
insert
into
role
(id, application_id, description, name, version)
values
(default, ?, ?, ?, ?)
2019-09-26 16:19:37,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject name
Hibernate:
insert
into
subject
(id, description, digest, email, language, name, realname, salt, timezone, type, version)
values
(default, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate:
select
subjectimp0_.id as id1_14_,
subjectimp0_.description as descript2_14_,
subjectimp0_.digest as digest3_14_,
subjectimp0_.email as email4_14_,
subjectimp0_.language as language5_14_,
subjectimp0_.name as name6_14_,
subjectimp0_.realname as realname7_14_,
subjectimp0_.salt as salt8_14_,
subjectimp0_.timezone as timezone9_14_,
subjectimp0_.type as type10_14_,
subjectimp0_.version as version11_14_
from
subject subjectimp0_
where
subjectimp0_.name=?
Hibernate:
select
subjectimp0_.id as id1_14_,
subjectimp0_.description as descript2_14_,
subjectimp0_.digest as digest3_14_,
subjectimp0_.email as email4_14_,
subjectimp0_.language as language5_14_,
subjectimp0_.name as name6_14_,
subjectimp0_.realname as realname7_14_,
subjectimp0_.salt as salt8_14_,
subjectimp0_.timezone as timezone9_14_,
subjectimp0_.type as type10_14_,
subjectimp0_.version as version11_14_
from
subject subjectimp0_
where
subjectimp0_.email=?
Hibernate:
select
subjectimp0_.id as id1_14_,
subjectimp0_.description as descript2_14_,
subjectimp0_.digest as digest3_14_,
subjectimp0_.email as email4_14_,
subjectimp0_.language as language5_14_,
subjectimp0_.name as name6_14_,
subjectimp0_.realname as realname7_14_,
subjectimp0_.salt as salt8_14_,
subjectimp0_.timezone as timezone9_14_,
subjectimp0_.type as type10_14_,
subjectimp0_.version as version11_14_
from
subject subjectimp0_
where
subjectimp0_.type=?
Hibernate:
insert
into
authgroup_role
(authgroup_id, role_id)
values
(?, ?)
Hibernate:
insert
into
subject_authgroup
(subject_Id, group_id)
values
(?, ?)
Hibernate:
select
distinct subjectimp2_.id as id1_14_,
subjectimp2_.description as descript2_14_,
subjectimp2_.digest as digest3_14_,
subjectimp2_.email as email4_14_,
subjectimp2_.language as language5_14_,
subjectimp2_.name as name6_14_,
subjectimp2_.realname as realname7_14_,
subjectimp2_.salt as salt8_14_,
subjectimp2_.timezone as timezone9_14_,
subjectimp2_.type as type10_14_,
subjectimp2_.version as version11_14_
from
authgroup groupimpl0_
inner join
subject_authgroup subjects1_
on groupimpl0_.id=subjects1_.group_id
inner join
subject subjectimp2_
on subjects1_.subject_Id=subjectimp2_.id
inner join
authgroup_role roles3_
on groupimpl0_.id=roles3_.authgroup_id
inner join
role roleimpl4_
on roles3_.role_id=roleimpl4_.id
left outer join
role_permission permission5_
on roleimpl4_.id=permission5_.role_id
left outer join
permission permission6_
on permission5_.permissions_id=permission6_.id
where
roleimpl4_.application_id=?
2019-09-26 16:19:37,800 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@39b7c9ea testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@c8e1108, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2691df5e 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]]]
2019-09-26 16:19:37,800 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4b6017c8: startup date [Thu Sep 26 16:19:37 CEST 2019]; root of context hierarchy
2019-09-26 16:19:37,801 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:37,801 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.657 s - in org.appng.core.repository.SubjectRepositoryTest
[INFO] Running org.appng.core.model.PlatformTransformerTest
2019-09-26 16:19:37,809 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]
2019-09-26 16:19:37,809 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@50da9ce3, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1fe88491, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2ea2a7c2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@c5b3aa1, org.springframework.test.context.transaction.TransactionalTestExecutionListener@8e2824d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@53f553cc]
2019-09-26 16:19:37,810 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@68d272c7: startup date [Thu Sep 26 16:19:37 CEST 2019]; root of context hierarchy
2019-09-26 16:19:37,979 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]
2019-09-26 16:19:37,980 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=destroy; 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]
2019-09-26 16:19:37,980 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]
2019-09-26 16:19:37,980 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]
2019-09-26 16:19:37,980 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]
2019-09-26 16:19:37,981 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]
2019-09-26 16:19:37,981 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]
2019-09-26 16:19:37,981 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]
2019-09-26 16:19:37,981 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]
2019-09-26 16:19:37,982 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]
2019-09-26 16:19:37,982 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]
2019-09-26 16:19:37,982 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]
2019-09-26 16:19:37,982 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]
2019-09-26 16:19:37,982 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]
2019-09-26 16:19:37,983 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]
2019-09-26 16:19:37,983 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' 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=environment; 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=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig]
2019-09-26 16:19:37,983 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]
2019-09-26 16:19:37,983 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]
2019-09-26 16:19:38,008 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:19:38,048 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:38,059 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 16:19:38,084 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:19:38,085 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 16:19:38,085 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 16:19:38,085 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 16:19:38,085 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:19:38,086 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:19:38,090 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
Hibernate:
drop table if exists application CASCADE
2019-09-26 16:19:38,247 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3f984f7b] 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.
Hibernate:
drop table if exists authgroup CASCADE
Hibernate:
drop table if exists authgroup_role CASCADE
Hibernate:
drop table if exists database_connection CASCADE
Hibernate:
drop table if exists permission CASCADE
Hibernate:
drop table if exists platform_event CASCADE
Hibernate:
drop table if exists property CASCADE
Hibernate:
drop table if exists repository CASCADE
Hibernate:
drop table if exists resource CASCADE
Hibernate:
drop table if exists role CASCADE
Hibernate:
drop table if exists role_permission CASCADE
Hibernate:
drop table if exists site CASCADE
Hibernate:
drop table if exists site_application CASCADE
Hibernate:
drop table if exists sites_granted CASCADE
Hibernate:
drop table if exists subject CASCADE
Hibernate:
drop table if exists subject_authgroup CASCADE
Hibernate:
drop table if exists template CASCADE
Hibernate:
drop table if exists template_resource CASCADE
Hibernate:
drop table if exists TestEntity CASCADE
Hibernate:
create table application (
id integer generated by default as identity (start with 1),
appng_version varchar(64),
application_version varchar(64),
description LONGVARCHAR,
displayName varchar(64),
fileBased boolean not null,
hidden boolean not null,
longDescription clob(255),
name varchar(64) not null,
privileged boolean,
snapshot boolean not null,
time_stamp varchar(64),
version timestamp,
primary key (id)
)
2019-09-26 16:19:38,252 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@64f8dbc1] 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.
Hibernate:
create table authgroup (
id integer generated by default as identity (start with 1),
default_admin boolean,
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table authgroup_role (
authgroup_id integer not null,
role_id integer not null,
primary key (authgroup_id, role_id)
)
Hibernate:
create table database_connection (
id integer generated by default as identity (start with 1),
active boolean not null,
description varchar(255),
driver_class varchar(255) not null,
jdbc_url varchar(255) not null,
managed boolean not null,
max_connections integer not null,
min_connections integer not null check (min_connections>=1),
name varchar(255) not null,
password blob(255),
type varchar(255) not null,
username varchar(255) not null,
validation_query varchar(255),
version timestamp,
site_id integer,
primary key (id)
)
Hibernate:
create table permission (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(255) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table platform_event (
id integer generated by default as identity (start with 1),
application varchar(255),
context varchar(255),
created timestamp,
event varchar(255),
hostName varchar(255),
origin varchar(255),
requestId varchar(255),
sessionId varchar(255),
ev_type varchar(255),
ev_user varchar(255),
primary key (id)
)
Hibernate:
create table property (
name varchar(255) not null,
value varchar(255),
blobValue blob(255),
clobValue clob(255),
defaultValue varchar(255),
description LONGVARCHAR,
mandatory boolean not null,
version timestamp,
primary key (name)
)
Hibernate:
create table repository (
id integer generated by default as identity (start with 1),
accepted_certs blob(255),
active boolean not null,
description LONGVARCHAR,
digest varchar(255),
name varchar(64) not null,
published boolean not null,
remote_repository_name varchar(64),
mode varchar(255),
type varchar(255),
strict boolean not null,
uri varbinary(255),
version timestamp,
primary key (id)
)
Hibernate:
create table resource (
id integer generated by default as identity (start with 1),
bytes blob(255) not null,
checksum varchar(255),
description LONGVARCHAR,
name varchar(255),
type varchar(255),
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
name varchar(64) not null,
version timestamp,
application_id integer,
primary key (id)
)
Hibernate:
create table role_permission (
role_id integer not null,
permissions_id integer not null,
primary key (role_id, permissions_id)
)
Hibernate:
create table site (
id integer generated by default as identity (start with 1),
active boolean not null,
create_repository boolean,
description LONGVARCHAR,
domain varchar(255) not null,
host varchar(255) not null,
name varchar(64) not null,
version timestamp,
primary key (id)
)
Hibernate:
create table site_application (
application_id integer not null,
site_id integer not null,
active boolean not null,
deletion_mark boolean,
reload_required boolean,
connection_id integer,
primary key (application_id, site_id)
)
Hibernate:
create table sites_granted (
application_id integer not null,
site_id integer not null,
granted_site_id integer not null,
primary key (application_id, site_id, granted_site_id)
)
Hibernate:
create table subject (
id integer generated by default as identity (start with 1),
description LONGVARCHAR,
digest varchar(255),
email varchar(255),
language varchar(3) not null,
name varchar(64) not null,
realname varchar(64) not null,
salt varchar(255),
timezone varchar(255),
type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table subject_authgroup (
subject_Id integer not null,
group_id integer not null
)
Hibernate:
create table template (
id integer generated by default as identity (start with 1),
appng_version varchar(255),
description varchar(255),
displayName varchar(255),
long_desc varchar(255),
name varchar(255),
template_version varchar(255),
timestamp varchar(255),
tpl_type varchar(255),
version timestamp,
primary key (id)
)
Hibernate:
create table template_resource (
id integer generated by default as identity (start with 1),
bytes blob(255),
checksum varchar(255),
file_version timestamp,
name varchar(255),
version timestamp,
template_id integer,
primary key (id)
)
Hibernate:
create table TestEntity (
id integer generated by default as identity (start with 1),
booleanValue boolean,
doubleValue double,
integerValue integer,
name varchar(255) not null,
primary key (id)
)
Hibernate:
alter table application
add constraint UK_lspnba25gpku3nx3oecprrx8c unique (name)
Hibernate:
alter table authgroup
add constraint UK_hng9ojpn9gcumrchsw1gqwpa3 unique (name)
Hibernate:
alter table repository
add constraint UK_pbnisjkw01y5ole425crs0ra6 unique (name)
Hibernate:
alter table site
add constraint UK_qsgk5cjl6wt1xvhdeqymoymqb unique (domain)
Hibernate:
alter table site
add constraint UK_nnbksm3ee42ted5jwjv82ld8 unique (host)
Hibernate:
alter table site
add constraint UK_f9iil6uu8d9ohutpr2irlpvio unique (name)
Hibernate:
alter table subject
add constraint UK_p1jgir6qcpmqnxt4a8105wsot unique (name)
Hibernate:
alter table authgroup_role
add constraint FKb9vanycq8blatrv0cygmo4ys
foreign key (role_id)
references role
Hibernate:
alter table authgroup_role
add constraint FKrcn022l06aob7yh4i0pocmyfw
foreign key (authgroup_id)
references authgroup
Hibernate:
alter table database_connection
add constraint FK2nc6v72wsqqkm08g6esvl56qa
foreign key (site_id)
references site
Hibernate:
alter table permission
add constraint FKqx6yod2u5o379ea6ilb9320pf
foreign key (application_id)
references application
Hibernate:
alter table resource
add constraint FKao8gqbsc5pjonvob97v06wdfh
foreign key (application_id)
references application
Hibernate:
alter table role
add constraint FK2n86cvour8hpl69i8t5qq139u
foreign key (application_id)
references application
Hibernate:
alter table role_permission
add constraint FKsidab0lpqi82o4o15bwde2c5f
foreign key (permissions_id)
references permission
Hibernate:
alter table role_permission
add constraint FKa6jx8n8xkesmjmv6jqug6bg68
foreign key (role_id)
references role
Hibernate:
alter table site_application
add constraint FKfidgrdtxu15bc7fakr83aln2d
foreign key (application_id)
references application
Hibernate:
alter table site_application
add constraint FKqd6qo05h21mxnh9xw8piia2sv
foreign key (connection_id)
references database_connection
Hibernate:
alter table site_application
add constraint FK471twt4o8anj8n4pic9r2c3ld
foreign key (site_id)
references site
Hibernate:
alter table sites_granted
add constraint FKbmo1w3an2hajxekhl31138r9i
foreign key (granted_site_id)
references site
Hibernate:
alter table sites_granted
add constraint FK70e3j7mp3imtb4x5llus087hh
foreign key (application_id, site_id)
references site_application
Hibernate:
alter table subject_authgroup
add constraint FK1h3gxc3kkurxb2ywgd8lsiygg
foreign key (group_id)
references authgroup
Hibernate:
alter table subject_authgroup
add constraint FKo4thj02w2sqac23qqgnauygej
foreign key (subject_Id)
references subject
Hibernate:
alter table template_resource
add constraint FK__TEMPLATE_RESOURCE__TEMPLATE_ID
foreign key (template_id)
references template
2019-09-26 16:19:38,272 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:19:38,273 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:38,277 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@68d272c7: startup date [Thu Sep 26 16:19:37 CEST 2019]; root of context hierarchy
2019-09-26 16:19:38,883 ERROR [main] org.appng.core.model.PlatformTransformer: An empty sequence is not allowed as the value of variable $foo
; SystemID: ; Line#: 6; Column#: -1
net.sf.saxon.trans.XPathException: An empty sequence is not allowed as the value of variable $foo
at net.sf.saxon.expr.Expression.typeError(Expression.java:1123)
at net.sf.saxon.expr.CardinalityChecker.evaluateItem(CardinalityChecker.java:282)
at net.sf.saxon.expr.AtomicSequenceConverter.evaluateItem(AtomicSequenceConverter.java:275)
at net.sf.saxon.expr.AtomicSequenceConverter.evaluateItem(AtomicSequenceConverter.java:30)
at net.sf.saxon.expr.Expression.evaluateAsString(Expression.java:524)
at net.sf.saxon.expr.instruct.SimpleNodeConstructor.processLeavingTail(SimpleNodeConstructor.java:216)
at net.sf.saxon.expr.instruct.ValueOf.processLeavingTail(ValueOf.java:280)
at net.sf.saxon.expr.instruct.Template.applyLeavingTail(Template.java:336)
at net.sf.saxon.trans.Mode.applyTemplates(Mode.java:1124)
at net.sf.saxon.Controller.transformDocument(Controller.java:2106)
at net.sf.saxon.Controller.transform(Controller.java:1705)
at net.sf.saxon.s9api.XsltTransformer.transform(XsltTransformer.java:547)
at net.sf.saxon.jaxp.TransformerImpl.transform(TransformerImpl.java:177)
at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:320)
at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:197)
at org.appng.core.model.PlatformTransformerTest.runErrornousTest(PlatformTransformerTest.java:153)
at org.appng.core.model.PlatformTransformerTest.testRuntimeError(PlatformTransformerTest.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75)
at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86)
at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
2019-09-26 16:19:38,884 INFO [main] org.appng.core.model.PlatformTransformer: writing debug files to target/debug
2019-09-26 16:19:38,884 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/debug/template.xsl
2019-09-26 16:19:38,885 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/debug/platform.xml
2019-09-26 16:19:38,885 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/debug/stacktrace.txt
2019-09-26 16:19:38,914 ERROR [main] org.appng.core.model.PlatformTransformer: Element xsl:tmplate must not appear directly within xsl:stylesheet
; SystemID: ; Line#: 5; Column#: 25
net.sf.saxon.trans.XPathException: Element xsl:tmplate must not appear directly within xsl:stylesheet
at net.sf.saxon.style.StyleElement.compileError(StyleElement.java:2165)
at net.sf.saxon.style.XSLPackage.validate(XSLPackage.java:182)
at net.sf.saxon.style.StylesheetPackage.preprocess(StylesheetPackage.java:441)
at net.sf.saxon.style.Compilation.compilePackage(Compilation.java:180)
at net.sf.saxon.style.Compilation.compileSingletonPackage(Compilation.java:94)
at net.sf.saxon.s9api.XsltCompiler.compile(XsltCompiler.java:543)
at net.sf.saxon.jaxp.SaxonTransformerFactory.newTemplates(SaxonTransformerFactory.java:152)
at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:181)
at org.appng.core.model.PlatformTransformerTest.runErrornousTest(PlatformTransformerTest.java:153)
at org.appng.core.model.PlatformTransformerTest.testCompileError(PlatformTransformerTest.java:127)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75)
at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86)
at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
2019-09-26 16:19:38,915 ERROR [main] org.appng.core.model.PlatformTransformer: Element xsl:tmplate must not appear directly within xsl:stylesheet
; SystemID: ; Line#: 5; Column#: 25
net.sf.saxon.trans.XPathException: Element xsl:tmplate must not appear directly within xsl:stylesheet
at net.sf.saxon.style.StyleElement.compileError(StyleElement.java:2165)
at net.sf.saxon.style.XSLPackage.validate(XSLPackage.java:182)
at net.sf.saxon.style.StylesheetPackage.preprocess(StylesheetPackage.java:442)
at net.sf.saxon.style.Compilation.compilePackage(Compilation.java:180)
at net.sf.saxon.style.Compilation.compileSingletonPackage(Compilation.java:94)
at net.sf.saxon.s9api.XsltCompiler.compile(XsltCompiler.java:543)
at net.sf.saxon.jaxp.SaxonTransformerFactory.newTemplates(SaxonTransformerFactory.java:152)
at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:181)
at org.appng.core.model.PlatformTransformerTest.runErrornousTest(PlatformTransformerTest.java:153)
at org.appng.core.model.PlatformTransformerTest.testCompileError(PlatformTransformerTest.java:127)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75)
at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86)
at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
2019-09-26 16:19:38,916 ERROR [main] org.appng.core.model.PlatformTransformer: Unknown XSLT element: tmplate
; SystemID: ; Line#: 5; Column#: 25
net.sf.saxon.trans.XPathException: Unknown XSLT element: tmplate
at net.sf.saxon.style.StyleNodeFactory.makeElementNode(StyleNodeFactory.java:283)
at net.sf.saxon.tree.linked.LinkedTreeBuilder.startContent(LinkedTreeBuilder.java:251)
at net.sf.saxon.style.UseWhenFilter.startContent(UseWhenFilter.java:449)
at net.sf.saxon.event.StartTagBuffer.startContent(StartTagBuffer.java:233)
at net.sf.saxon.event.ProxyReceiver.startContent(ProxyReceiver.java:178)
at net.sf.saxon.event.ProxyReceiver.startContent(ProxyReceiver.java:178)
at net.sf.saxon.event.ReceivingContentHandler.startElement(ReceivingContentHandler.java:356)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:509)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:841)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:770)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
at net.sf.saxon.event.Sender.sendSAXSource(Sender.java:440)
at net.sf.saxon.event.Sender.send(Sender.java:171)
at net.sf.saxon.style.StylesheetModule.loadStylesheetModule(StylesheetModule.java:128)
at net.sf.saxon.style.Compilation.compilePackage(Compilation.java:131)
at net.sf.saxon.style.Compilation.compileSingletonPackage(Compilation.java:94)
at net.sf.saxon.s9api.XsltCompiler.compile(XsltCompiler.java:543)
at net.sf.saxon.jaxp.SaxonTransformerFactory.newTemplates(SaxonTransformerFactory.java:152)
at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:181)
at org.appng.core.model.PlatformTransformerTest.runErrornousTest(PlatformTransformerTest.java:153)
at org.appng.core.model.PlatformTransformerTest.testCompileError(PlatformTransformerTest.java:127)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75)
at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86)
at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
2019-09-26 16:19:38,917 INFO [main] org.appng.core.model.PlatformTransformer: writing debug files to target/debug
2019-09-26 16:19:38,917 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/debug/template.xsl
2019-09-26 16:19:38,917 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/debug/platform.xml
2019-09-26 16:19:38,918 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/debug/stacktrace.txt
2019-09-26 16:19:38,930 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@68d272c7: startup date [Thu Sep 26 16:19:37 CEST 2019]; root of context hierarchy
2019-09-26 16:19:38,931 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 16:19:38,931 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.132 s - in org.appng.core.model.PlatformTransformerTest
[INFO] Running org.appng.core.model.RepositoryUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.core.model.RepositoryUtilsTest
[INFO] Running org.appng.core.model.CacheProviderTest
2019-09-26 16:19:38,942 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/WEB-INF/cache/platform/appNG
2019-09-26 16:19:38,942 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/WEB-INF/cache/application/appNG
2019-09-26 16:19:38,949 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/WEB-INF/cache/platform/appNG/foobar
2019-09-26 16:19:38,950 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/WEB-INF/cache/application/appNG/foobar
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 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.003 s - in org.appng.core.model.JarInfoBuilderTest
[INFO] Running org.appng.core.model.ApplicationProviderTest
2019-09-26 16:19:38,967 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]
2019-09-26 16:19:38,967 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@77a20bfe, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@10a51f5b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@23649718, org.springframework.test.context.support.DirtiesContextTestExecutionListener@330e3ec0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@54143ea4, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6c73bcba]
2019-09-26 16:19:38,991 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml]
2019-09-26 16:19:39,088 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2019-09-26 16:19:39,101 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2019-09-26 16:19:39,118 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6ba82a7b: startup date [Thu Sep 26 16:19:39 CEST 2019]; root of context hierarchy
2019-09-26 16:19:39,162 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:19:39,218 INFO [HSQLDB Server @34c914b2] hsqldb.db.HSQLDB6D6DF11550.ENGINE: Checkpoint start
2019-09-26 16:19:39,218 INFO [HSQLDB Server @34c914b2] hsqldb.db.HSQLDB6D6DF11550.ENGINE: checkpointClose start
2019-09-26 16:19:39,223 INFO [HSQLDB Server @34c914b2] hsqldb.db.HSQLDB6D6DF11550.ENGINE: checkpointClose synched
2019-09-26 16:19:39,231 INFO [HSQLDB Server @34c914b2] hsqldb.db.HSQLDB6D6DF11550.ENGINE: checkpointClose script done
2019-09-26 16:19:39,244 INFO [HSQLDB Server @34c914b2] hsqldb.db.HSQLDB6D6DF11550.ENGINE: checkpointClose end
2019-09-26 16:19:39,245 INFO [HSQLDB Server @34c914b2] hsqldb.db.HSQLDB6D6DF11550.ENGINE: Checkpoint end - txts: 1
2019-09-26 16:19:39,320 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2019-09-26 16:19:39,321 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2019-09-26 16:19:39,469 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:19:39,478 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:19:39,514 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:19:39,514 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-09-26 16:19:39,678 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2019-09-26 16:19:39,773 WARN [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [messages-demo] not found for MessageSource: Can't find bundle for base name messages-demo, locale en
2019-09-26 16:19:39,774 WARN [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [testmessages] not found for MessageSource: Can't find bundle for base name testmessages, locale en
2019-09-26 16:19:39,939 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: 270666010
at org.appng.api.support.CallableAction.execute(CallableAction.java:438)
at org.appng.api.support.CallableAction.perform(CallableAction.java:318)
at org.appng.core.model.ActionElement.perform(ActionElement.java:72)
at org.appng.core.model.ApplicationProvider.getActionSectionElement(ApplicationProvider.java:532)
at org.appng.core.model.ApplicationProvider.access$000(ApplicationProvider.java:127)
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:350)
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:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75)
at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86)
at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
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:420)
... 42 more
2019-09-26 16:19:40,058 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: 706899593
at org.appng.api.support.CallableDataSource.perform(CallableDataSource.java:238)
at org.appng.api.support.CallableAction.retrieveData(CallableAction.java:224)
at org.appng.api.support.CallableAction.perform(CallableAction.java:316)
at org.appng.core.model.ActionElement.perform(ActionElement.java:72)
at org.appng.core.model.ApplicationProvider.getActionSectionElement(ApplicationProvider.java:532)
at org.appng.core.model.ApplicationProvider.access$000(ApplicationProvider.java:127)
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:350)
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:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75)
at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86)
at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
Caused by: org.appng.api.ApplicationException: adfsf
at org.appng.testapplication.TestEntities.getData(TestEntities.java:45)
at org.appng.api.support.CallableDataSource.perform(CallableDataSource.java:199)
... 43 more
2019-09-26 16:19:40,262 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6ba82a7b: startup date [Thu Sep 26 16:19:39 CEST 2019]; root of context hierarchy
2019-09-26 16:19:40,262 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2019-09-26 16:19:40,398 INFO [HSQLDB Connection @75e4b3c7] hsqldb.db.HSQLDB6D6DF11550.ENGINE: Database closed
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.642 s - in org.appng.core.model.ApplicationProviderTest
[INFO] Running org.appng.core.model.ThymeleafProcessorTest
2019-09-26 16:19:40,697 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/debug/2019-09-26-16:19:40,675_main/platform.xml
2019-09-26 16:19:41,031 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/debug/2019-09-26-16:19:40,675_main/template/hello.html
2019-09-26 16:19:41,031 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/debug/2019-09-26-16:19:40,675_main/template/platform.html
2019-09-26 16:19:41,032 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/debug/2019-09-26-16:19:40,675_main/template/hello-custom.html
2019-09-26 16:19:41,282 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/debug/2019-09-26-16:19:40,675_main/index.html
2019-09-26 16:19:41,368 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/debug/2019-09-26-16:19:41,354_main/platform.xml
2019-09-26 16:19:41,378 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/debug/2019-09-26-16:19:41,354_main/template/hello.html
2019-09-26 16:19:41,378 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/debug/2019-09-26-16:19:41,354_main/template/platform.html
2019-09-26 16:19:41,379 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/debug/2019-09-26-16:19:41,354_main/template/hello-custom.html
2019-09-26 16:19:41,386 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/debug/2019-09-26-16:19:41,354_main/index.html
2019-09-26 16:19:41,413 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/debug/2019-09-26-16:19:41,401_main/platform.xml
2019-09-26 16:19:41,423 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/debug/2019-09-26-16:19:41,401_main/template/hello.html
2019-09-26 16:19:41,423 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/debug/2019-09-26-16:19:41,401_main/template/platform.html
2019-09-26 16:19:41,423 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/debug/2019-09-26-16:19:41,401_main/template/hello-custom.html
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.822 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.019 s - in org.appng.core.model.OutputFormatAndTypeTest
[INFO] Running org.appng.core.model.PageParameterProcessorTest
2019-09-26 16:19:41,471 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.047 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.006 s - in org.appng.core.PathInfoTest
[INFO] Running org.appng.core.application.PermissionProcessorTest
2019-09-26 16:19:41,505 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions
2019-09-26 16:19:41,505 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions
2019-09-26 16:19:41,505 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions
2019-09-26 16:19:41,505 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions
2019-09-26 16:19:41,506 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions
2019-09-26 16:19:41,506 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.008 s - in org.appng.core.application.PermissionProcessorTest
[INFO] Running org.appng.core.controller.rest.RestActionTest
2019-09-26 16:19:41,862 ERROR [main] org.appng.core.controller.rest.RestOperation$RestErrorHandler: error in REST service
java.io.IOException: BOOOM!
at org.appng.core.controller.rest.RestOperationTest.testHandleException(RestOperationTest.java:98)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 s - in org.appng.core.controller.rest.RestActionTest
[INFO] Running org.appng.core.controller.rest.RestDataSourceTest
2019-09-26 16:19:41,985 ERROR [main] org.appng.core.controller.rest.RestOperation$RestErrorHandler: error in REST service
java.io.IOException: BOOOM!
at org.appng.core.controller.rest.RestOperationTest.testHandleException(RestOperationTest.java:98)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s - in org.appng.core.controller.rest.RestDataSourceTest
[INFO] Running org.appng.core.controller.rest.RestOperationTest
2019-09-26 16:19:41,987 ERROR [main] org.appng.core.controller.rest.RestOperation$RestErrorHandler: error in REST service
java.io.IOException: BOOOM!
at org.appng.core.controller.rest.RestOperationTest.testHandleException(RestOperationTest.java:98)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.core.controller.rest.RestOperationTest
[INFO] Running org.appng.core.controller.PlatformConfigTest
2019-09-26 16:19:42,001 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@77e70b70: startup date [Thu Sep 26 16:19:42 CEST 2019]; root of context hierarchy
2019-09-26 16:19:42,137 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]
2019-09-26 16:19:42,138 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=destroy; defined in org.appng.core.controller.PlatformConfig]
2019-09-26 16:19:42,138 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]
2019-09-26 16:19:42,138 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]
2019-09-26 16:19:42,138 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]
2019-09-26 16:19:42,139 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]
2019-09-26 16:19:42,139 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]
2019-09-26 16:19:42,140 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]
2019-09-26 16:19:42,140 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]
2019-09-26 16:19:42,140 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]
2019-09-26 16:19:42,140 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]
2019-09-26 16:19:42,141 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]
2019-09-26 16:19:42,141 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]
2019-09-26 16:19:42,141 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]
2019-09-26 16:19:42,141 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]
2019-09-26 16:19:42,142 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' 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=environment; 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=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig]
2019-09-26 16:19:42,142 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]
2019-09-26 16:19:42,142 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]
2019-09-26 16:19:42,171 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Sep 26, 2019 4:19:42 PM java.util.prefs.FileSystemPreferences$6 run
WARNING: Prefs file removed in background /var/lib/jenkins/.java/.userPrefs/prefs.xml
Sep 26, 2019 4:19:42 PM java.util.prefs.FileSystemPreferences$6 run
WARNING: Prefs file removed in background /etc/.java/.systemPrefs/prefs.xml
2019-09-26 16:19:42,192 INFO [main] org.appng.core.repository.config.HikariCPConfigurer: connection jdbc:hsqldb:mem://appng uses datasource org.hsqldb.jdbc.JDBCDataSource
2019-09-26 16:19:42,196 INFO [main] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Starting...
2019-09-26 16:19:42,226 INFO [main] com.zaxxer.hikari.pool.PoolBase: appNG ROOT connection - Driver does not support get/set network timeout for connections. (feature not supported)
2019-09-26 16:19:42,272 INFO [main] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Start completed.
2019-09-26 16:19:42,292 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appNG'
2019-09-26 16:19:42,292 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG]
2019-09-26 16:19:42,322 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:19:42,329 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:19:42,503 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:19:42,503 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG'
2019-09-26 16:19:42,514 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.annotation.AnnotationConfigApplicationContext@77e70b70: startup date [Thu Sep 26 16:19:42 CEST 2019]; root of context hierarchy
2019-09-26 16:19:42,680 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver
2019-09-26 16:19:42,682 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://appng (HSQL Database Engine 2.4.1)
2019-09-26 16:19:42,682 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem://appng (HSQL Database Engine 2.4)
2019-09-26 16:19:42,689 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@77e70b70: startup date [Thu Sep 26 16:19:42 CEST 2019]; root of context hierarchy
2019-09-26 16:19:42,690 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG'
2019-09-26 16:19:42,690 INFO [main] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Shutdown initiated...
2019-09-26 16:19:42,695 INFO [main] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Shutdown completed.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.706 s - in org.appng.core.controller.PlatformConfigTest
[INFO] Running org.appng.core.controller.messaging.MessagingTest
2019-09-26 16:19:42,701 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: received message from localhost: org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: example.com
2019-09-26 16:19:42,702 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: about to execute org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: example.com received from localhost
2019-09-26 16:19:42,702 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: received message from localhost: org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: localhost
2019-09-26 16:19:42,703 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: about to execute org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: localhost received from localhost
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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.005 s - in org.appng.core.controller.RequestUtilTest
[INFO] Running org.appng.core.controller.ApplicationContextTest
2019-09-26 16:19:42,715 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]
2019-09-26 16:19:42,715 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@167e2810, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@15b23cb2, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@98ce403, org.springframework.test.context.support.DirtiesContextTestExecutionListener@78063b15, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1f5fa2ad, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1b0c5a58]
2019-09-26 16:19:42,720 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml]
2019-09-26 16:19:42,741 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2019-09-26 16:19:42,748 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2019-09-26 16:19:42,757 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@75ce09c6: startup date [Thu Sep 26 16:19:42 CEST 2019]; root of context hierarchy
2019-09-26 16:19:42,770 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:19:42,919 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2019-09-26 16:19:42,920 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2019-09-26 16:19:43,050 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:19:43,071 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:19:43,324 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:19:43,324 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-09-26 16:19:43,419 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2019-09-26 16:19:43,545 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@75ce09c6: startup date [Thu Sep 26 16:19:42 CEST 2019]; root of context hierarchy
2019-09-26 16:19:43,545 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2019-09-26 16:19:43,785 INFO [HSQLDB Connection @26d51368] hsqldb.db.HSQLDB6D6DF11550.ENGINE: Database closed
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.283 s - in org.appng.core.controller.ApplicationContextTest
[INFO] Running org.appng.core.controller.RedirectTest
2019-09-26 16:19:43,991 INFO [main] org.appng.core.Redirect : Redirecting request to /targeturl (301)
2019-09-26 16:19:43,992 INFO [main] org.appng.core.Redirect : Redirecting request to targeturl (302)
2019-09-26 16:19:43,992 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 s - in org.appng.core.controller.RedirectTest
[INFO] Running org.appng.core.controller.PlatformStartupTest
2019-09-26 16:19:44,025 INFO [main] org.appng.core.controller.Log4jConfigurer: Initialized log4j from classpath:log4j.properties
2019-09-26 16:19:44,026 INFO [main] org.appng.core.controller.PlatformStartup:
2019-09-26 16:19:44,026 INFO [main] org.appng.core.controller.PlatformStartup: Launching appNG, the Next Generation Application Platform ...
2019-09-26 16:19:44,026 INFO [main] org.appng.core.controller.PlatformStartup:
2019-09-26 16:19:44,027 INFO [main] org.appng.core.controller.PlatformStartup: - - ---- ----------------------------------------- -------- - -
2019-09-26 16:19:44,027 INFO [main] org.appng.core.controller.PlatformStartup: ____ _______ _____ .---,,--,-^²²^-,.
2019-09-26 16:19:44,027 INFO [main] org.appng.core.controller.PlatformStartup: .,--^^²´´ `^^²´´ `²^-.-²´´ ``²---´ dSb. db ,dS$P² <
2019-09-26 16:19:44,027 INFO [main] org.appng.core.controller.PlatformStartup: ,-´_.dSS$§§§§$Sb. .dS$§§§§§$Sb. : .dS$§§§§$SSb. : $§4b.$$ l$´ ss ;
2019-09-26 16:19:44,027 INFO [main] org.appng.core.controller.PlatformStartup: ,/ .dS$SP²^^^²4$§§$ $§§$P²^^^²4S$$b.`4$$P²^^^²4S§$b. 4$`4b$P `4S$SP |
2019-09-26 16:19:44,027 INFO [main] org.appng.core.controller.PlatformStartup: ! .$§SP° $§§$ $§§$´ `4S§$.`4$´ `4S§$. .-----^²------´
2019-09-26 16:19:44,027 INFO [main] org.appng.core.controller.PlatformStartup: ; [$§$l $§§$ $§§$ l$§$] l$ l$§$] !
2019-09-26 16:19:44,027 INFO [main] org.appng.core.controller.PlatformStartup: l.`S$Sb. $§§$ $§§$ ,dS$S´ d$ ,dS$S´ ;
2019-09-26 16:19:44,028 INFO [main] org.appng.core.controller.PlatformStartup: \ `4S$Sbsaaasd$§§$ $§§$ssaaasdS$SP´,d$$ssaaasdS$SP´ l
2019-09-26 16:19:44,028 INFO [main] org.appng.core.controller.PlatformStartup: \_ ``4SS$§§§§§§§$ $§§§§§§§$SSP´´ $§§§§§§§$SSP´´_.^
2019-09-26 16:19:44,028 INFO [main] org.appng.core.controller.PlatformStartup: `----,_,.____,. $$$$ ___.___,^ $$$$ ___.,--^
2019-09-26 16:19:44,028 INFO [main] org.appng.core.controller.PlatformStartup: _ _ ______ ____ ! $§§$ ! ____ _ ! $$$$ | ________ _______ ____ _ _
2019-09-26 16:19:44,028 INFO [main] org.appng.core.controller.PlatformStartup: | $$$$ ; l $$$$ ;
2019-09-26 16:19:44,028 INFO [main] org.appng.core.controller.PlatformStartup: `--,.-^´ `--,.-^´
2019-09-26 16:19:44,029 INFO [main] org.appng.core.service.HsqlStarter: starting HSQL Server 2.4.1 at /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/WEB-INF/database/appng on port 9050
2019-09-26 16:19:44,048 INFO [HSQLDB Server @19c63176] hsqldb.db.HSQLDB6D6DF1282F.ENGINE: Checkpoint start
2019-09-26 16:19:44,049 INFO [HSQLDB Server @19c63176] hsqldb.db.HSQLDB6D6DF1282F.ENGINE: checkpointClose start
2019-09-26 16:19:44,054 INFO [HSQLDB Server @19c63176] hsqldb.db.HSQLDB6D6DF1282F.ENGINE: checkpointClose synched
2019-09-26 16:19:44,062 INFO [HSQLDB Server @19c63176] hsqldb.db.HSQLDB6D6DF1282F.ENGINE: checkpointClose script done
2019-09-26 16:19:44,075 INFO [HSQLDB Server @19c63176] hsqldb.db.HSQLDB6D6DF1282F.ENGINE: checkpointClose end
2019-09-26 16:19:44,075 INFO [HSQLDB Server @19c63176] hsqldb.db.HSQLDB6D6DF1282F.ENGINE: Checkpoint end - txts: 1
2019-09-26 16:19:44,129 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver
2019-09-26 16:19:44,239 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4.1)
2019-09-26 16:19:44,341 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4)
2019-09-26 16:19:44,460 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4.1)
2019-09-26 16:19:44,566 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4)
2019-09-26 16:19:44,584 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.009s)
2019-09-26 16:19:44,674 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version"
2019-09-26 16:19:44,682 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >>
2019-09-26 16:19:44,702 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup
2019-09-26 16:19:44,805 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup
2019-09-26 16:19:44,822 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template
2019-09-26 16:19:44,828 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict
2019-09-26 16:19:44,834 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest
2019-09-26 16:19:44,840 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null
2019-09-26 16:19:44,845 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template
2019-09-26 16:19:44,852 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role
2019-09-26 16:19:44,858 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs
2019-09-26 16:19:44,863 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event
2019-09-26 16:19:44,870 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record
2019-09-26 16:19:44,875 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.202s).
2019-09-26 16:19:44,876 INFO [main] org.appng.core.controller.PlatformStartup: Platform connection: HSQL jdbc:hsqldb:hsql://localhost:9050/appng
2019-09-26 16:19:44,877 INFO [main] org.appng.core.controller.PlatformStartup: appNG null started in 851 ms.
2019-09-26 16:19:44,877 INFO [main] org.appng.core.controller.PlatformStartup: ====================================================================================================
2019-09-26 16:19:49,879 INFO [main] org.appng.core.controller.PlatformStartup: appNG stopped.
2019-09-26 16:19:49,879 INFO [main] org.appng.core.controller.PlatformStartup: ====================================================================================================
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.885 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.003 s - in org.appng.core.controller.handler.GuiHandlerTest
[INFO] Running org.appng.core.controller.handler.ServiceRequestHandlerTest
2019-09-26 16:19:49,887 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4403b518: startup date [Thu Sep 26 16:19:49 CEST 2019]; root of context hierarchy
2019-09-26 16:19:50,017 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
2019-09-26 16:19:50,053 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@4403b518: startup date [Thu Sep 26 16:19:49 CEST 2019]; root of context hierarchy
2019-09-26 16:19:50,167 INFO [main] org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver: Detected @ExceptionHandler methods in foobarRest
2019-09-26 16:19:50,171 ERROR [main] org.appng.core.controller.handler.ServiceRequestHandler: error while processing service-request /services/foo/bar?jin=fizz
java.io.IOException: No such site: foo
at org.appng.core.controller.handler.ServiceRequestHandler.handle(ServiceRequestHandler.java:172)
at org.appng.core.controller.handler.ServiceRequestHandlerTest.testError(ServiceRequestHandlerTest.java:339)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
2019-09-26 16:19:50,173 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@10959c2d: startup date [Thu Sep 26 16:19:50 CEST 2019]; root of context hierarchy
2019-09-26 16:19:50,179 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
2019-09-26 16:19:50,187 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@10959c2d: startup date [Thu Sep 26 16:19:50 CEST 2019]; root of context hierarchy
2019-09-26 16:19:50,210 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@c7a9483: startup date [Thu Sep 26 16:19:50 CEST 2019]; root of context hierarchy
2019-09-26 16:19:50,215 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
2019-09-26 16:19:50,217 WARN [main] org.appng.core.controller.handler.RestService: no @RestController found for /services/site1/appng-demoapplication/rest/notfound
2019-09-26 16:19:50,217 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@76cc7346: startup date [Thu Sep 26 16:19:50 CEST 2019]; root of context hierarchy
2019-09-26 16:19:50,222 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
2019-09-26 16:19:50,228 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@76cc7346: startup date [Thu Sep 26 16:19:50 CEST 2019]; root of context hierarchy
2019-09-26 16:19:50,235 INFO [main] org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver: Detected @ExceptionHandler methods in foobarRest
2019-09-26 16:19:50,244 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@706f1418: startup date [Thu Sep 26 16:19:50 CEST 2019]; root of context hierarchy
2019-09-26 16:19:50,249 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
2019-09-26 16:19:50,255 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@706f1418: startup date [Thu Sep 26 16:19:50 CEST 2019]; root of context hierarchy
2019-09-26 16:19:50,262 INFO [main] org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver: Detected @ExceptionHandler methods in foobarRest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 s - in org.appng.core.controller.handler.ServiceRequestHandlerTest
[INFO] Running org.appng.core.controller.RepositoryWatcherTest
2019-09-26 16:19:50,395 INFO [Time-limited test] org.appng.core.controller.RepositoryWatcher: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/test-classes/conf/urlrewrite.xml has been read, 9 forward rules have been processed
2019-09-26 16:19:50,396 INFO [Time-limited test] org.appng.core.controller.RepositoryWatcher: watching /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/test-classes/conf
2019-09-26 16:19:50,397 INFO [Time-limited test] org.appng.core.controller.RepositoryWatcher: watching /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/test-classes/repository/manager/www/de
2019-09-26 16:19:50,399 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: start watching...
2019-09-26 16:19:50,407 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/fehler (cache size: 4)
2019-09-26 16:19:50,408 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/error (cache size: 3)
2019-09-26 16:19:50,408 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/fault (cache size: 2)
2019-09-26 16:19:50,408 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/test (cache size: 1)
2019-09-26 16:19:50,418 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/test-classes/conf/urlrewrite.xml has been read, 9 forward rules have been processed
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s - in org.appng.core.controller.RepositoryWatcherTest
[INFO] Running org.appng.core.controller.SessionListenerTest
2019-09-26 16:19:50,522 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2019-09-26 16:19:50)
2019-09-26 16:19:50,524 INFO [main] org.appng.core.controller.SessionListener: Session created: ERTERTZGFHFGHGFH234 (created: 2019-09-26 16:19:50)
2019-09-26 16:19:50,525 INFO [main] org.appng.core.controller.SessionListener: Session destroyed: ZUS383883OTOTOLSKKL (created: 2019-09-26 16:19:50, accessed: 2019-09-26 16:19:50, requests: 1, domain: http://localhost:8080, user-agent: null)
2019-09-26 16:19:50,528 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2019-09-26 16:19:50)
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.appng.core.controller.SessionListenerTest
[INFO] Running org.appng.core.controller.ControllerTest
2019-09-26 16:19:50,554 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,556 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#339150338 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,585 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,586 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#782172707 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,591 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,592 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1164777466 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,594 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,595 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1580054882 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,605 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,606 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1195848090 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,608 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,611 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#357996702 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,613 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,613 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#864009229 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,617 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,617 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#49282986 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,618 INFO [main] org.appng.core.Redirect : Redirecting request to /de/index (301)
2019-09-26 16:19:50,619 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,619 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2081994403 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,623 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,624 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#29839247 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,626 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,626 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#575634287 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,628 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,628 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#822266246 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,630 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,630 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1014050670 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,631 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,632 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#415178491 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,634 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,634 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#257696915 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,636 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,637 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1762937018 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,638 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,639 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1232868757 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,640 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,641 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1089243715 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,643 INFO [main] org.appng.core.Redirect : Redirecting request /de to /de/index (301)
2019-09-26 16:19:50,643 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,643 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1777813206 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,645 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,645 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1571612968 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,649 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,649 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1318731488 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,652 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,652 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1966468863 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,653 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,654 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1975450824 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,655 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,656 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2118044894 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,657 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,657 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#828885065 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:50,659 INFO [main] org.appng.core.controller.Controller: Controller created
2019-09-26 16:19:50,660 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2134951782 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 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.324 s - in org.appng.core.controller.filter.JspExtensionFilterTest
[INFO] Running org.appng.core.controller.filter.RedirectFilterTest
2019-09-26 16:19:51,000 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: conf reload check set to 5000s
2019-09-26 16:19:51,010 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok)
2019-09-26 16:19:51,015 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.appng.core.controller.filter.RedirectFilterTest
[INFO] Running org.appng.core.controller.filter.PageCacheFilterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.appng.core.controller.filter.PageCacheFilterTest
[INFO] Running org.appng.core.controller.PlatformProcessorTest
2019-09-26 16:19:51,053 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#13789261 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:51,060 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#462640048 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:51,079 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#97533956 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 16:19:51,084 ERROR [main] org.appng.core.model.PlatformProcessor: error while processing
java.io.FileNotFoundException: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/xsl/platform.xsl (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.(FileInputStream.java:138)
at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:128)
at org.appng.core.model.PlatformProcessor.processWithTemplate(PlatformProcessor.java:106)
at org.appng.core.controller.PlatformProcessorTest.testTransformError(PlatformProcessorTest.java:143)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
2019-09-26 16:19:51,101 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#67960309 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.appng.core.controller.PlatformProcessorTest
[INFO]
[INFO] Results:
[INFO]
[WARNING] Tests run: 303, Failures: 0, Errors: 0, Skipped: 23
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-core ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/appng-core-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-core ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/appng-core-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-core ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/appng-core-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-core-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-core-1.19.1-feature_APPNG_2267-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-core/target/appng-core-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-core-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-core ---
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-core-1.19.1-feature_APPNG_2267-20190926.141951-1.jar
Progress (1): 2.0/598 kB
Progress (1): 4.1/598 kB
Progress (1): 6.1/598 kB
Progress (1): 8.2/598 kB
Progress (1): 10/598 kB
Progress (1): 12/598 kB
Progress (1): 14/598 kB
Progress (1): 16/598 kB
Progress (1): 18/598 kB
Progress (1): 20/598 kB
Progress (1): 23/598 kB
Progress (1): 25/598 kB
Progress (1): 27/598 kB
Progress (1): 29/598 kB
Progress (1): 31/598 kB
Progress (1): 33/598 kB
Progress (1): 35/598 kB
Progress (1): 37/598 kB
Progress (1): 39/598 kB
Progress (1): 41/598 kB
Progress (1): 43/598 kB
Progress (1): 45/598 kB
Progress (1): 47/598 kB
Progress (1): 49/598 kB
Progress (1): 51/598 kB
Progress (1): 53/598 kB
Progress (1): 55/598 kB
Progress (1): 57/598 kB
Progress (1): 59/598 kB
Progress (1): 61/598 kB
Progress (1): 63/598 kB
Progress (1): 66/598 kB
Progress (1): 68/598 kB
Progress (1): 70/598 kB
Progress (1): 72/598 kB
Progress (1): 74/598 kB
Progress (1): 76/598 kB
Progress (1): 78/598 kB
Progress (1): 80/598 kB
Progress (1): 82/598 kB
Progress (1): 84/598 kB
Progress (1): 86/598 kB
Progress (1): 88/598 kB
Progress (1): 90/598 kB
Progress (1): 92/598 kB
Progress (1): 94/598 kB
Progress (1): 96/598 kB
Progress (1): 98/598 kB
Progress (1): 100/598 kB
Progress (1): 102/598 kB
Progress (1): 104/598 kB
Progress (1): 106/598 kB
Progress (1): 109/598 kB
Progress (1): 111/598 kB
Progress (1): 113/598 kB
Progress (1): 115/598 kB
Progress (1): 117/598 kB
Progress (1): 119/598 kB
Progress (1): 121/598 kB
Progress (1): 123/598 kB
Progress (1): 125/598 kB
Progress (1): 127/598 kB
Progress (1): 129/598 kB
Progress (1): 131/598 kB
Progress (1): 133/598 kB
Progress (1): 135/598 kB
Progress (1): 137/598 kB
Progress (1): 139/598 kB
Progress (1): 141/598 kB
Progress (1): 143/598 kB
Progress (1): 145/598 kB
Progress (1): 147/598 kB
Progress (1): 150/598 kB
Progress (1): 152/598 kB
Progress (1): 154/598 kB
Progress (1): 156/598 kB
Progress (1): 158/598 kB
Progress (1): 160/598 kB
Progress (1): 162/598 kB
Progress (1): 164/598 kB
Progress (1): 166/598 kB
Progress (1): 168/598 kB
Progress (1): 170/598 kB
Progress (1): 172/598 kB
Progress (1): 174/598 kB
Progress (1): 176/598 kB
Progress (1): 178/598 kB
Progress (1): 180/598 kB
Progress (1): 182/598 kB
Progress (1): 184/598 kB
Progress (1): 186/598 kB
Progress (1): 188/598 kB
Progress (1): 190/598 kB
Progress (1): 193/598 kB
Progress (1): 195/598 kB
Progress (1): 197/598 kB
Progress (1): 199/598 kB
Progress (1): 201/598 kB
Progress (1): 203/598 kB
Progress (1): 205/598 kB
Progress (1): 207/598 kB
Progress (1): 209/598 kB
Progress (1): 211/598 kB
Progress (1): 213/598 kB
Progress (1): 215/598 kB
Progress (1): 217/598 kB
Progress (1): 219/598 kB
Progress (1): 221/598 kB
Progress (1): 223/598 kB
Progress (1): 225/598 kB
Progress (1): 227/598 kB
Progress (1): 229/598 kB
Progress (1): 231/598 kB
Progress (1): 233/598 kB
Progress (1): 236/598 kB
Progress (1): 238/598 kB
Progress (1): 240/598 kB
Progress (1): 242/598 kB
Progress (1): 244/598 kB
Progress (1): 246/598 kB
Progress (1): 248/598 kB
Progress (1): 250/598 kB
Progress (1): 252/598 kB
Progress (1): 254/598 kB
Progress (1): 256/598 kB
Progress (1): 258/598 kB
Progress (1): 260/598 kB
Progress (1): 262/598 kB
Progress (1): 264/598 kB
Progress (1): 266/598 kB
Progress (1): 268/598 kB
Progress (1): 270/598 kB
Progress (1): 272/598 kB
Progress (1): 274/598 kB
Progress (1): 276/598 kB
Progress (1): 279/598 kB
Progress (1): 281/598 kB
Progress (1): 283/598 kB
Progress (1): 285/598 kB
Progress (1): 287/598 kB
Progress (1): 289/598 kB
Progress (1): 291/598 kB
Progress (1): 293/598 kB
Progress (1): 295/598 kB
Progress (1): 297/598 kB
Progress (1): 299/598 kB
Progress (1): 301/598 kB
Progress (1): 303/598 kB
Progress (1): 305/598 kB
Progress (1): 307/598 kB
Progress (1): 309/598 kB
Progress (1): 311/598 kB
Progress (1): 313/598 kB
Progress (1): 315/598 kB
Progress (1): 317/598 kB
Progress (1): 319/598 kB
Progress (1): 322/598 kB
Progress (1): 324/598 kB
Progress (1): 326/598 kB
Progress (1): 328/598 kB
Progress (1): 330/598 kB
Progress (1): 332/598 kB
Progress (1): 334/598 kB
Progress (1): 336/598 kB
Progress (1): 338/598 kB
Progress (1): 340/598 kB
Progress (1): 342/598 kB
Progress (1): 344/598 kB
Progress (1): 346/598 kB
Progress (1): 348/598 kB
Progress (1): 350/598 kB
Progress (1): 352/598 kB
Progress (1): 354/598 kB
Progress (1): 356/598 kB
Progress (1): 358/598 kB
Progress (1): 360/598 kB
Progress (1): 362/598 kB
Progress (1): 365/598 kB
Progress (1): 367/598 kB
Progress (1): 369/598 kB
Progress (1): 371/598 kB
Progress (1): 373/598 kB
Progress (1): 375/598 kB
Progress (1): 377/598 kB
Progress (1): 379/598 kB
Progress (1): 381/598 kB
Progress (1): 383/598 kB
Progress (1): 385/598 kB
Progress (1): 387/598 kB
Progress (1): 389/598 kB
Progress (1): 391/598 kB
Progress (1): 393/598 kB
Progress (1): 395/598 kB
Progress (1): 397/598 kB
Progress (1): 399/598 kB
Progress (1): 401/598 kB
Progress (1): 403/598 kB
Progress (1): 406/598 kB
Progress (1): 408/598 kB
Progress (1): 410/598 kB
Progress (1): 412/598 kB
Progress (1): 414/598 kB
Progress (1): 416/598 kB
Progress (1): 418/598 kB
Progress (1): 420/598 kB
Progress (1): 422/598 kB
Progress (1): 424/598 kB
Progress (1): 426/598 kB
Progress (1): 428/598 kB
Progress (1): 430/598 kB
Progress (1): 432/598 kB
Progress (1): 434/598 kB
Progress (1): 436/598 kB
Progress (1): 438/598 kB
Progress (1): 440/598 kB
Progress (1): 442/598 kB
Progress (1): 444/598 kB
Progress (1): 446/598 kB
Progress (1): 449/598 kB
Progress (1): 451/598 kB
Progress (1): 453/598 kB
Progress (1): 455/598 kB
Progress (1): 457/598 kB
Progress (1): 459/598 kB
Progress (1): 461/598 kB
Progress (1): 463/598 kB
Progress (1): 465/598 kB
Progress (1): 467/598 kB
Progress (1): 469/598 kB
Progress (1): 471/598 kB
Progress (1): 473/598 kB
Progress (1): 475/598 kB
Progress (1): 477/598 kB
Progress (1): 479/598 kB
Progress (1): 481/598 kB
Progress (1): 483/598 kB
Progress (1): 485/598 kB
Progress (1): 487/598 kB
Progress (1): 489/598 kB
Progress (1): 492/598 kB
Progress (1): 494/598 kB
Progress (1): 496/598 kB
Progress (1): 498/598 kB
Progress (1): 500/598 kB
Progress (1): 502/598 kB
Progress (1): 504/598 kB
Progress (1): 506/598 kB
Progress (1): 508/598 kB
Progress (1): 510/598 kB
Progress (1): 512/598 kB
Progress (1): 514/598 kB
Progress (1): 516/598 kB
Progress (1): 518/598 kB
Progress (1): 520/598 kB
Progress (1): 522/598 kB
Progress (1): 524/598 kB
Progress (1): 526/598 kB
Progress (1): 528/598 kB
Progress (1): 530/598 kB
Progress (1): 532/598 kB
Progress (1): 535/598 kB
Progress (1): 537/598 kB
Progress (1): 539/598 kB
Progress (1): 541/598 kB
Progress (1): 543/598 kB
Progress (1): 545/598 kB
Progress (1): 547/598 kB
Progress (1): 549/598 kB
Progress (1): 551/598 kB
Progress (1): 553/598 kB
Progress (1): 555/598 kB
Progress (1): 557/598 kB
Progress (1): 559/598 kB
Progress (1): 561/598 kB
Progress (1): 563/598 kB
Progress (1): 565/598 kB
Progress (1): 567/598 kB
Progress (1): 569/598 kB
Progress (1): 571/598 kB
Progress (1): 573/598 kB
Progress (1): 575/598 kB
Progress (1): 578/598 kB
Progress (1): 580/598 kB
Progress (1): 582/598 kB
Progress (1): 584/598 kB
Progress (1): 586/598 kB
Progress (1): 588/598 kB
Progress (1): 590/598 kB
Progress (1): 592/598 kB
Progress (1): 594/598 kB
Progress (1): 596/598 kB
Progress (1): 598/598 kB
Progress (1): 598 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-core-1.19.1-feature_APPNG_2267-20190926.141951-1.jar (598 kB at 831 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-core-1.19.1-feature_APPNG_2267-20190926.141951-1.pom
Progress (1): 2.0/9.9 kB
Progress (1): 4.1/9.9 kB
Progress (1): 6.1/9.9 kB
Progress (1): 8.2/9.9 kB
Progress (1): 9.9 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-core-1.19.1-feature_APPNG_2267-20190926.141951-1.pom (9.9 kB at 174 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/maven-metadata.xml
Progress (1): 2.5 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/maven-metadata.xml (2.5 kB at 129 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/maven-metadata.xml
Progress (1): 2.5 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/maven-metadata.xml (2.5 kB at 245 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 829 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (829 B at 9.5 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 829 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (829 B at 33 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/maven-metadata.xml
Progress (1): 2.0/2.5 kB
Progress (1): 2.5 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/maven-metadata.xml (2.5 kB at 7.4 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/maven-metadata.xml
Progress (1): 2.0/2.5 kB
Progress (1): 2.5 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/maven-metadata.xml (2.5 kB at 100 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-core-1.19.1-feature_APPNG_2267-20190926.141951-1-sources.jar
Progress (1): 2.0/375 kB
Progress (1): 4.1/375 kB
Progress (1): 6.1/375 kB
Progress (1): 8.2/375 kB
Progress (1): 10/375 kB
Progress (1): 12/375 kB
Progress (1): 14/375 kB
Progress (1): 16/375 kB
Progress (1): 18/375 kB
Progress (1): 20/375 kB
Progress (1): 23/375 kB
Progress (1): 25/375 kB
Progress (1): 27/375 kB
Progress (1): 29/375 kB
Progress (1): 31/375 kB
Progress (1): 33/375 kB
Progress (1): 35/375 kB
Progress (1): 37/375 kB
Progress (1): 39/375 kB
Progress (1): 41/375 kB
Progress (1): 43/375 kB
Progress (1): 45/375 kB
Progress (1): 47/375 kB
Progress (1): 49/375 kB
Progress (1): 51/375 kB
Progress (1): 53/375 kB
Progress (1): 55/375 kB
Progress (1): 57/375 kB
Progress (1): 59/375 kB
Progress (1): 61/375 kB
Progress (1): 63/375 kB
Progress (1): 66/375 kB
Progress (1): 68/375 kB
Progress (1): 70/375 kB
Progress (1): 72/375 kB
Progress (1): 74/375 kB
Progress (1): 76/375 kB
Progress (1): 78/375 kB
Progress (1): 80/375 kB
Progress (1): 82/375 kB
Progress (1): 84/375 kB
Progress (1): 86/375 kB
Progress (1): 88/375 kB
Progress (1): 90/375 kB
Progress (1): 92/375 kB
Progress (1): 94/375 kB
Progress (1): 96/375 kB
Progress (1): 98/375 kB
Progress (1): 100/375 kB
Progress (1): 102/375 kB
Progress (1): 104/375 kB
Progress (1): 106/375 kB
Progress (1): 109/375 kB
Progress (1): 111/375 kB
Progress (1): 113/375 kB
Progress (1): 115/375 kB
Progress (1): 117/375 kB
Progress (1): 119/375 kB
Progress (1): 121/375 kB
Progress (1): 123/375 kB
Progress (1): 125/375 kB
Progress (1): 127/375 kB
Progress (1): 129/375 kB
Progress (1): 131/375 kB
Progress (1): 133/375 kB
Progress (1): 135/375 kB
Progress (1): 137/375 kB
Progress (1): 139/375 kB
Progress (1): 141/375 kB
Progress (1): 143/375 kB
Progress (1): 145/375 kB
Progress (1): 147/375 kB
Progress (1): 150/375 kB
Progress (1): 152/375 kB
Progress (1): 154/375 kB
Progress (1): 156/375 kB
Progress (1): 158/375 kB
Progress (1): 160/375 kB
Progress (1): 162/375 kB
Progress (1): 164/375 kB
Progress (1): 166/375 kB
Progress (1): 168/375 kB
Progress (1): 170/375 kB
Progress (1): 172/375 kB
Progress (1): 174/375 kB
Progress (1): 176/375 kB
Progress (1): 178/375 kB
Progress (1): 180/375 kB
Progress (1): 182/375 kB
Progress (1): 184/375 kB
Progress (1): 186/375 kB
Progress (1): 188/375 kB
Progress (1): 190/375 kB
Progress (1): 193/375 kB
Progress (1): 195/375 kB
Progress (1): 197/375 kB
Progress (1): 199/375 kB
Progress (1): 201/375 kB
Progress (1): 203/375 kB
Progress (1): 205/375 kB
Progress (1): 207/375 kB
Progress (1): 209/375 kB
Progress (1): 211/375 kB
Progress (1): 213/375 kB
Progress (1): 215/375 kB
Progress (1): 217/375 kB
Progress (1): 219/375 kB
Progress (1): 221/375 kB
Progress (1): 223/375 kB
Progress (1): 225/375 kB
Progress (1): 227/375 kB
Progress (1): 229/375 kB
Progress (1): 231/375 kB
Progress (1): 233/375 kB
Progress (1): 236/375 kB
Progress (1): 238/375 kB
Progress (1): 240/375 kB
Progress (1): 242/375 kB
Progress (1): 244/375 kB
Progress (1): 246/375 kB
Progress (1): 248/375 kB
Progress (1): 250/375 kB
Progress (1): 252/375 kB
Progress (1): 254/375 kB
Progress (1): 256/375 kB
Progress (1): 258/375 kB
Progress (1): 260/375 kB
Progress (1): 262/375 kB
Progress (1): 264/375 kB
Progress (1): 266/375 kB
Progress (1): 268/375 kB
Progress (1): 270/375 kB
Progress (1): 272/375 kB
Progress (1): 274/375 kB
Progress (1): 276/375 kB
Progress (1): 279/375 kB
Progress (1): 281/375 kB
Progress (1): 283/375 kB
Progress (1): 285/375 kB
Progress (1): 287/375 kB
Progress (1): 289/375 kB
Progress (1): 291/375 kB
Progress (1): 293/375 kB
Progress (1): 295/375 kB
Progress (1): 297/375 kB
Progress (1): 299/375 kB
Progress (1): 301/375 kB
Progress (1): 303/375 kB
Progress (1): 305/375 kB
Progress (1): 307/375 kB
Progress (1): 309/375 kB
Progress (1): 311/375 kB
Progress (1): 313/375 kB
Progress (1): 315/375 kB
Progress (1): 317/375 kB
Progress (1): 319/375 kB
Progress (1): 322/375 kB
Progress (1): 324/375 kB
Progress (1): 326/375 kB
Progress (1): 328/375 kB
Progress (1): 330/375 kB
Progress (1): 332/375 kB
Progress (1): 334/375 kB
Progress (1): 336/375 kB
Progress (1): 338/375 kB
Progress (1): 340/375 kB
Progress (1): 342/375 kB
Progress (1): 344/375 kB
Progress (1): 346/375 kB
Progress (1): 348/375 kB
Progress (1): 350/375 kB
Progress (1): 352/375 kB
Progress (1): 354/375 kB
Progress (1): 356/375 kB
Progress (1): 358/375 kB
Progress (1): 360/375 kB
Progress (1): 362/375 kB
Progress (1): 365/375 kB
Progress (1): 367/375 kB
Progress (1): 369/375 kB
Progress (1): 371/375 kB
Progress (1): 373/375 kB
Progress (1): 375 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-core-1.19.1-feature_APPNG_2267-20190926.141951-1-sources.jar (375 kB at 1.6 MB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/maven-metadata.xml
Progress (1): 2.5 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/maven-metadata.xml (2.5 kB at 193 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 6.0 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 53 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/maven-metadata.xml
Progress (1): 2.0/2.5 kB
Progress (1): 2.5 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-core/maven-metadata.xml (2.5 kB at 33 kB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building appNG Command Line Interface 1.19.1-feature_APPNG_2267-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-cli ---
[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_CI_feature_APPNG-2267/appng-cli/target/classes
[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_CI_feature_APPNG-2267/appng-cli/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-cli ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.appng.cli.commands.CommandBatchTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 s - in org.appng.cli.commands.CommandBatchTest
[INFO] Running org.appng.cli.commands.permission.ListPermissionTest
2019-09-26 16:19:56,274 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:19:56,731 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@57c758ac: startup date [Thu Sep 26 16:19:56 CEST 2019]; root of context hierarchy
2019-09-26 16:19:56,843 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:19:57,050 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:19:57,124 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:19:57,236 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.2.Final}
2019-09-26 16:19:57,516 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2019-09-26 16:19:57,733 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
Sep 26, 2019 4:19:57 PM ch.sla.jdbcperflogger.Logger info
INFO: Using config file jdbcperflogger-fallback.xml
2019-09-26 16:19:57,761 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:19:58,071 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:19:58,826 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.15.Final
2019-09-26 16:20:00,176 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:00,180 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:02,253 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@57c758ac: startup date [Thu Sep 26 16:19:56 CEST 2019]; root of context hierarchy
2019-09-26 16:20:02,256 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: 6.183 s - in org.appng.cli.commands.permission.ListPermissionTest
[INFO] Running org.appng.cli.commands.permission.AddPermissionTest
2019-09-26 16:20:02,268 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:02,408 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4805069b: startup date [Thu Sep 26 16:20:02 CEST 2019]; root of context hierarchy
2019-09-26 16:20:02,420 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:02,465 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:02,474 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:02,498 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:02,499 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:02,500 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:02,891 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:02,892 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:03,355 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4805069b: startup date [Thu Sep 26 16:20:02 CEST 2019]; root of context hierarchy
2019-09-26 16:20:03,358 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.1 s - in org.appng.cli.commands.permission.AddPermissionTest
[INFO] Running org.appng.cli.commands.permission.RemovePermissionTest
2019-09-26 16:20:03,366 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:03,504 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2c86b0ea: startup date [Thu Sep 26 16:20:03 CEST 2019]; root of context hierarchy
2019-09-26 16:20:03,517 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:03,615 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:03,626 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:03,649 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:03,649 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:03,650 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:03,907 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:03,908 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:04,239 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2c86b0ea: startup date [Thu Sep 26 16:20:03 CEST 2019]; root of context hierarchy
2019-09-26 16:20:04,243 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.885 s - in org.appng.cli.commands.permission.RemovePermissionTest
[INFO] Running org.appng.cli.commands.repository.CommandCreateRepositoryTest
2019-09-26 16:20:04,253 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:04,355 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@15e881c0: startup date [Thu Sep 26 16:20:04 CEST 2019]; root of context hierarchy
2019-09-26 16:20:04,365 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:04,398 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:04,406 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:04,427 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:04,427 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:04,428 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:04,668 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:04,669 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:05,027 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@15e881c0: startup date [Thu Sep 26 16:20:04 CEST 2019]; root of context hierarchy
2019-09-26 16:20:05,029 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: 0.785 s - in org.appng.cli.commands.repository.CommandCreateRepositoryTest
[INFO] Running org.appng.cli.commands.repository.CommandDeleteRepositoryTest
2019-09-26 16:20:05,036 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:05,152 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1979d616: startup date [Thu Sep 26 16:20:05 CEST 2019]; root of context hierarchy
2019-09-26 16:20:05,161 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:05,196 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:05,205 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:05,226 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:05,226 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:05,227 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:05,528 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:05,528 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:05,889 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1979d616: startup date [Thu Sep 26 16:20:05 CEST 2019]; root of context hierarchy
2019-09-26 16:20:05,891 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.861 s - in org.appng.cli.commands.repository.CommandDeleteRepositoryTest
[INFO] Running org.appng.cli.commands.repository.CommandListRepositoryTest
2019-09-26 16:20:05,897 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:05,996 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1e490ed: startup date [Thu Sep 26 16:20:05 CEST 2019]; root of context hierarchy
2019-09-26 16:20:06,005 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:06,039 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:06,049 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:06,069 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:06,070 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:06,071 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:06,315 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:06,315 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:06,599 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1e490ed: startup date [Thu Sep 26 16:20:05 CEST 2019]; root of context hierarchy
2019-09-26 16:20:06,600 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.709 s - in org.appng.cli.commands.repository.CommandListRepositoryTest
[INFO] Running org.appng.cli.commands.property.CommandUpdateClobPropertyTest
2019-09-26 16:20:06,607 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:06,715 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5e3c3c3d: startup date [Thu Sep 26 16:20:06 CEST 2019]; root of context hierarchy
2019-09-26 16:20:06,725 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:06,761 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:06,770 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:06,791 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:06,791 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:06,792 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:07,041 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:07,042 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:07,618 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5e3c3c3d: startup date [Thu Sep 26 16:20:06 CEST 2019]; root of context hierarchy
2019-09-26 16:20:07,619 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.019 s - in org.appng.cli.commands.property.CommandUpdateClobPropertyTest
[INFO] Running org.appng.cli.commands.property.CommandUpdatePropertyTest
2019-09-26 16:20:07,629 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:07,750 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1bdaa13c: startup date [Thu Sep 26 16:20:07 CEST 2019]; root of context hierarchy
2019-09-26 16:20:07,761 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:07,799 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:07,809 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:07,832 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:07,833 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:07,834 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:08,068 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:08,068 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:08,323 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1bdaa13c: startup date [Thu Sep 26 16:20:07 CEST 2019]; root of context hierarchy
2019-09-26 16:20:08,324 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.704 s - in org.appng.cli.commands.property.CommandUpdatePropertyTest
[INFO] Running org.appng.cli.commands.property.CommandListPropertiesTest
2019-09-26 16:20:08,333 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:08,438 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2e92c6f3: startup date [Thu Sep 26 16:20:08 CEST 2019]; root of context hierarchy
2019-09-26 16:20:08,449 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:08,483 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:08,491 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:08,510 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:08,511 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:08,512 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:08,779 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:08,780 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:09,096 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2e92c6f3: startup date [Thu Sep 26 16:20:08 CEST 2019]; root of context hierarchy
2019-09-26 16:20:09,097 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.772 s - in org.appng.cli.commands.property.CommandListPropertiesTest
[INFO] Running org.appng.cli.commands.property.CommandCreateClobPropertyTest
2019-09-26 16:20:09,104 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:09,195 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@69b9e106: startup date [Thu Sep 26 16:20:09 CEST 2019]; root of context hierarchy
2019-09-26 16:20:09,204 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:09,240 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:09,250 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:09,270 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:09,270 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:09,272 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:09,513 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:09,514 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:09,863 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@69b9e106: startup date [Thu Sep 26 16:20:09 CEST 2019]; root of context hierarchy
2019-09-26 16:20:09,864 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.767 s - in org.appng.cli.commands.property.CommandCreateClobPropertyTest
[INFO] Running org.appng.cli.commands.property.CommandCreatePropertyTest
2019-09-26 16:20:09,872 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:09,983 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7995399: startup date [Thu Sep 26 16:20:09 CEST 2019]; root of context hierarchy
2019-09-26 16:20:09,996 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:10,048 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:10,063 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:10,091 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:10,092 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:10,094 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:10,358 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:10,359 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:10,559 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7995399: startup date [Thu Sep 26 16:20:09 CEST 2019]; root of context hierarchy
2019-09-26 16:20:10,560 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.695 s - in org.appng.cli.commands.property.CommandCreatePropertyTest
[INFO] Running org.appng.cli.commands.template.CommandInstallTemplateTest
2019-09-26 16:20:10,566 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:10,648 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5d0011a3: startup date [Thu Sep 26 16:20:10 CEST 2019]; root of context hierarchy
2019-09-26 16:20:10,656 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:10,686 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:10,695 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:10,714 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:10,715 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:10,716 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:10,911 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:10,912 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:11,131 INFO [main] org.appng.core.service.CoreService: retrieving 'appng-template-0.8.0' from repository file:/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-cli/target/test-classes/localrepo/
2019-09-26 16:20:11,229 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico
2019-09-26 16:20:11,230 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml
2019-09-26 16:20:11,230 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt
2019-09-26 16:20:11,232 INFO [main] org.appng.core.service.TemplateService: added resource template.xml
2019-09-26 16:20:11,233 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl
2019-09-26 16:20:11,233 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl
2019-09-26 16:20:11,259 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5d0011a3: startup date [Thu Sep 26 16:20:10 CEST 2019]; root of context hierarchy
2019-09-26 16:20:11,260 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.702 s - in org.appng.cli.commands.template.CommandInstallTemplateTest
[INFO] Running org.appng.cli.commands.site.CommandCreateSiteTest
2019-09-26 16:20:11,270 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:11,360 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@29cb45df: startup date [Thu Sep 26 16:20:11 CEST 2019]; root of context hierarchy
2019-09-26 16:20:11,368 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:11,399 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:11,408 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:11,427 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:11,428 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:11,428 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:11,624 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:11,624 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:11,882 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@29cb45df: startup date [Thu Sep 26 16:20:11 CEST 2019]; root of context hierarchy
2019-09-26 16:20:11,883 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.619 s - in org.appng.cli.commands.site.CommandCreateSiteTest
[INFO] Running org.appng.cli.commands.site.CommandListSitesTest
2019-09-26 16:20:11,889 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:11,973 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3fe3d4a: startup date [Thu Sep 26 16:20:11 CEST 2019]; root of context hierarchy
2019-09-26 16:20:11,982 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:12,019 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:12,027 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:12,047 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:12,047 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:12,048 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:12,272 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:12,273 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:12,544 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3fe3d4a: startup date [Thu Sep 26 16:20:11 CEST 2019]; root of context hierarchy
2019-09-26 16:20:12,545 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.662 s - in org.appng.cli.commands.site.CommandListSitesTest
[INFO] Running org.appng.cli.commands.site.CommandCheckSiteRunningTest
2019-09-26 16:20:12,553 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:12,639 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@18bdf2cc: startup date [Thu Sep 26 16:20:12 CEST 2019]; root of context hierarchy
2019-09-26 16:20:12,647 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:12,699 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:12,715 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:12,745 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:12,746 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:12,747 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:13,057 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:13,057 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
2019-09-26 16:20:13,686 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@18bdf2cc: startup date [Thu Sep 26 16:20:12 CEST 2019]; root of context hierarchy
2019-09-26 16:20:13,686 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.14 s - in org.appng.cli.commands.site.CommandCheckSiteRunningTest
[INFO] Running org.appng.cli.commands.site.CommandDeleteSiteTest
2019-09-26 16:20:13,698 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:13,786 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@657b2279: startup date [Thu Sep 26 16:20:13 CEST 2019]; root of context hierarchy
2019-09-26 16:20:13,798 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:13,845 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:13,856 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:13,881 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:13,882 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:13,883 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:14,096 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:14,096 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
2019-09-26 16:20:24,326 INFO [main] org.appng.core.service.CoreService: starting deletion of site testsite
2019-09-26 16:20:24,363 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections
2019-09-26 16:20:24,366 INFO [main] org.appng.core.service.CoreService: done deleting site testsite
2019-09-26 16:20:24,368 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@657b2279: startup date [Thu Sep 26 16:20:13 CEST 2019]; root of context hierarchy
2019-09-26 16:20:24,369 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.683 s - in org.appng.cli.commands.site.CommandDeleteSiteTest
[INFO] Running org.appng.cli.commands.site.CommandSetSiteActiveTest
2019-09-26 16:20:24,378 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:24,461 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@59767e46: startup date [Thu Sep 26 16:20:24 CEST 2019]; root of context hierarchy
2019-09-26 16:20:24,470 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:24,507 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:24,516 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:24,536 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:24,536 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:24,537 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:24,728 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:24,728 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:24,946 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@59767e46: startup date [Thu Sep 26 16:20:24 CEST 2019]; root of context hierarchy
2019-09-26 16:20:24,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.576 s - in org.appng.cli.commands.site.CommandSetSiteActiveTest
[INFO] Running org.appng.cli.commands.subject.CommandCreateSubjectTest
2019-09-26 16:20:24,952 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:25,033 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4d5c7e4: startup date [Thu Sep 26 16:20:25 CEST 2019]; root of context hierarchy
2019-09-26 16:20:25,040 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:25,072 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:25,080 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:25,099 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:25,100 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:25,101 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:25,282 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:25,283 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:28,862 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4d5c7e4: startup date [Thu Sep 26 16:20:25 CEST 2019]; root of context hierarchy
2019-09-26 16:20:28,863 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: 3.915 s - in org.appng.cli.commands.subject.CommandCreateSubjectTest
[INFO] Running org.appng.cli.commands.subject.CommandDeleteSubjectTest
2019-09-26 16:20:28,869 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:28,943 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7f5b0ae0: startup date [Thu Sep 26 16:20:28 CEST 2019]; root of context hierarchy
2019-09-26 16:20:28,951 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:28,981 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:28,989 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:29,006 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:29,006 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:29,007 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:29,201 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:29,201 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:29,396 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7f5b0ae0: startup date [Thu Sep 26 16:20:28 CEST 2019]; root of context hierarchy
2019-09-26 16:20:29,397 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.533 s - in org.appng.cli.commands.subject.CommandDeleteSubjectTest
[INFO] Running org.appng.cli.commands.subject.HashPasswordTest
2019-09-26 16:20:29,405 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:29,483 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@455cdfab: startup date [Thu Sep 26 16:20:29 CEST 2019]; root of context hierarchy
2019-09-26 16:20:29,491 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:29,528 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:29,538 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:29,632 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:29,632 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:29,633 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:29,806 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:29,807 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:31,644 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@455cdfab: startup date [Thu Sep 26 16:20:29 CEST 2019]; root of context hierarchy
2019-09-26 16:20:31,645 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: 2.248 s - in org.appng.cli.commands.subject.HashPasswordTest
[INFO] Running org.appng.cli.commands.subject.CommandListSubjectTest
2019-09-26 16:20:31,652 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:31,733 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@640ac659: startup date [Thu Sep 26 16:20:31 CEST 2019]; root of context hierarchy
2019-09-26 16:20:31,740 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:31,772 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:31,780 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:31,798 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:31,799 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:31,799 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:31,971 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:31,972 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:32,171 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@640ac659: startup date [Thu Sep 26 16:20:31 CEST 2019]; root of context hierarchy
2019-09-26 16:20:32,172 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.526 s - in org.appng.cli.commands.subject.CommandListSubjectTest
[INFO] Running org.appng.cli.commands.group.CommandListGroupsTest
2019-09-26 16:20:32,179 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:32,271 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6155d41: startup date [Thu Sep 26 16:20:32 CEST 2019]; root of context hierarchy
2019-09-26 16:20:32,279 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:32,311 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:32,319 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:32,338 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:32,339 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:32,339 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:32,511 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:32,511 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:32,736 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6155d41: startup date [Thu Sep 26 16:20:32 CEST 2019]; root of context hierarchy
2019-09-26 16:20:32,736 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.group.CommandListGroupsTest
[INFO] Running org.appng.cli.commands.group.CommandCreateGroupTest
2019-09-26 16:20:32,743 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:32,827 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@30f4fb5: startup date [Thu Sep 26 16:20:32 CEST 2019]; root of context hierarchy
2019-09-26 16:20:32,835 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:32,870 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:32,878 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:32,898 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:32,899 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:32,899 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:33,078 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:33,078 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:33,285 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@30f4fb5: startup date [Thu Sep 26 16:20:32 CEST 2019]; root of context hierarchy
2019-09-26 16:20:33,286 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.549 s - in org.appng.cli.commands.group.CommandCreateGroupTest
[INFO] Running org.appng.cli.commands.group.CommandDeleteGroupTest
2019-09-26 16:20:33,293 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:33,375 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@12cd0b7b: startup date [Thu Sep 26 16:20:33 CEST 2019]; root of context hierarchy
2019-09-26 16:20:33,384 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:33,417 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:33,425 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:33,446 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:33,446 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:33,447 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:33,624 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:33,624 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:33,822 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@12cd0b7b: startup date [Thu Sep 26 16:20:33 CEST 2019]; root of context hierarchy
2019-09-26 16:20:33,823 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.537 s - in org.appng.cli.commands.group.CommandDeleteGroupTest
[INFO] Running org.appng.cli.commands.group.CommandAddGroupTest
2019-09-26 16:20:33,830 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:33,909 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@577a074e: startup date [Thu Sep 26 16:20:33 CEST 2019]; root of context hierarchy
2019-09-26 16:20:33,919 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:33,958 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:33,966 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:33,986 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:33,986 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:33,987 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:34,250 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:34,250 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:34,537 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@577a074e: startup date [Thu Sep 26 16:20:33 CEST 2019]; root of context hierarchy
2019-09-26 16:20:34,537 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.714 s - in org.appng.cli.commands.group.CommandAddGroupTest
[INFO] Running org.appng.cli.commands.application.CommandListApplicationsForSiteTest
2019-09-26 16:20:34,545 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:34,716 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@284ac8cc: startup date [Thu Sep 26 16:20:34 CEST 2019]; root of context hierarchy
2019-09-26 16:20:34,723 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:34,753 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:34,761 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:34,779 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:34,779 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:34,780 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:34,937 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:34,938 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:35,152 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@284ac8cc: startup date [Thu Sep 26 16:20:34 CEST 2019]; root of context hierarchy
2019-09-26 16:20:35,153 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.615 s - in org.appng.cli.commands.application.CommandListApplicationsForSiteTest
[INFO] Running org.appng.cli.commands.application.CommandInstallApplicationTest
2019-09-26 16:20:35,161 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:35,233 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3508d3ec: startup date [Thu Sep 26 16:20:35 CEST 2019]; root of context hierarchy
2019-09-26 16:20:35,240 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:35,271 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:35,279 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:35,298 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:35,298 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:35,299 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:35,457 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:35,458 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:35,650 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.4' from repository file:/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-cli/target/test-classes/localrepo/
2019-09-26 16:20:35,670 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.4
2019-09-26 16:20:35,673 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application'
2019-09-26 16:20:35,675 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application'
2019-09-26 16:20:35,675 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application'
2019-09-26 16:20:35,676 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application'
2019-09-26 16:20:35,682 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator'
2019-09-26 16:20:35,683 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator'
2019-09-26 16:20:35,684 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist!
2019-09-26 16:20:35,684 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application'
2019-09-26 16:20:35,686 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger'
2019-09-26 16:20:35,686 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger'
2019-09-26 16:20:35,687 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application'
2019-09-26 16:20:35,688 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester'
2019-09-26 16:20:35,688 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application'
2019-09-26 16:20:35,699 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.4'
2019-09-26 16:20:35,699 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.4'
2019-09-26 16:20:35,701 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.4'
2019-09-26 16:20:35,701 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.4'
2019-09-26 16:20:35,702 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.4'
2019-09-26 16:20:35,702 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.4'
2019-09-26 16:20:35,702 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.4'
2019-09-26 16:20:35,702 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.4'
2019-09-26 16:20:35,703 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.4'
2019-09-26 16:20:35,703 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.4'
2019-09-26 16:20:35,703 INFO [main] org.appng.core.service.CoreService: creating resource(s) for database-based application demo-application - 1.5.4
2019-09-26 16:20:35,703 INFO [main] org.appng.core.service.CoreService: saving applicationresource application.xml
2019-09-26 16:20:35,707 INFO [main] org.appng.core.service.CoreService: saving applicationresource beans.xml
2019-09-26 16:20:35,708 INFO [main] org.appng.core.service.CoreService: saving applicationresource datasources.xml
2019-09-26 16:20:35,709 INFO [main] org.appng.core.service.CoreService: saving applicationresource events.xml
2019-09-26 16:20:35,711 INFO [main] org.appng.core.service.CoreService: saving applicationresource master.xml
2019-09-26 16:20:35,712 INFO [main] org.appng.core.service.CoreService: saving applicationresource page.xml
2019-09-26 16:20:35,712 INFO [main] org.appng.core.service.CoreService: saving applicationresource plugin.xml
2019-09-26 16:20:35,713 INFO [main] org.appng.core.service.CoreService: saving applicationresource messages-demo.properties
2019-09-26 16:20:35,715 INFO [main] org.appng.core.service.CoreService: saving applicationresource mssql/V1.0_script.sql
2019-09-26 16:20:35,716 INFO [main] org.appng.core.service.CoreService: saving applicationresource mysql/V1.0_script.sql
2019-09-26 16:20:35,725 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html'
2019-09-26 16:20:35,726 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui'
2019-09-26 16:20:35,728 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist!
2019-09-26 16:20:35,729 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug'
2019-09-26 16:20:35,730 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission'
2019-09-26 16:20:35,732 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission'
2019-09-26 16:20:35,740 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3508d3ec: startup date [Thu Sep 26 16:20:35 CEST 2019]; root of context hierarchy
2019-09-26 16:20:35,740 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.587 s - in org.appng.cli.commands.application.CommandInstallApplicationTest
[INFO] Running org.appng.cli.commands.application.CommandListApplicationsTest
2019-09-26 16:20:35,747 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:35,825 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@39c774d1: startup date [Thu Sep 26 16:20:35 CEST 2019]; root of context hierarchy
2019-09-26 16:20:35,832 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:35,864 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:35,873 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:35,895 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:35,896 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:35,896 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:36,050 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:36,050 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:36,231 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@39c774d1: startup date [Thu Sep 26 16:20:35 CEST 2019]; root of context hierarchy
2019-09-26 16:20:36,232 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.49 s - in org.appng.cli.commands.application.CommandListApplicationsTest
[INFO] Running org.appng.cli.CliCoreDBNotInitializedTest
2019-09-26 16:20:36,239 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:36,311 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@51571c06: startup date [Thu Sep 26 16:20:36 CEST 2019]; root of context hierarchy
2019-09-26 16:20:36,319 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:36,349 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:36,357 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:36,375 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:36,376 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:36,393 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:36,526 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:36,526 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:36,735 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreDBNotInitializedTest (HSQL Database Engine 2.4.1)
2019-09-26 16:20:36,792 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreDBNotInitializedTest (HSQL Database Engine 2.4.1)
2019-09-26 16:20:36,801 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@51571c06: startup date [Thu Sep 26 16:20:36 CEST 2019]; root of context hierarchy
2019-09-26 16:20:36,801 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.569 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.001 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.156 s - in org.appng.cli.CliBootstrapTest
[INFO] Running org.appng.cli.CliCoreTest
2019-09-26 16:20:36,967 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml]
2019-09-26 16:20:37,036 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6f5f2940: startup date [Thu Sep 26 16:20:37 CEST 2019]; root of context hierarchy
2019-09-26 16:20:37,044 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:20:37,074 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:37,081 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI]
2019-09-26 16:20:37,099 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 16:20:37,100 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 16:20:37,115 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:20:37,239 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:20:37,240 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI'
2019-09-26 16:20:37,413 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1)
2019-09-26 16:20:37,421 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1)
2019-09-26 16:20:37,518 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1)
2019-09-26 16:20:37,545 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2019-09-26 16:20:37.512
2019-09-26 16:20:37,559 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1)
2019-09-26 16:20:37,583 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1)
2019-09-26 16:20:37,605 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2019-09-26 16:20:37.512
2019-09-26 16:20:37,621 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1)
2019-09-26 16:20:37,641 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1)
2019-09-26 16:20:37,671 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1) is active.
2019-09-26 16:20:37,674 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.jdbc.Driver could not be loaded.
2019-09-26 16:20:37,675 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)
2019-09-26 16:20:37,675 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated.
2019-09-26 16:20:37,676 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded.
2019-09-26 16:20:37,677 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)
2019-09-26 16:20:37,677 INFO [main] org.appng.core.service.DatabaseService: MSSQL jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL is not working and will be deactivated.
2019-09-26 16:20:37,677 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1)
2019-09-26 16:20:37,695 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2019-09-26 16:20:37.512
2019-09-26 16:20:37,702 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1)
2019-09-26 16:20:37,721 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1)
2019-09-26 16:20:37,740 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2019-09-26 16:20:37.512
2019-09-26 16:20:37,749 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1)
2019-09-26 16:20:37,768 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1)
2019-09-26 16:20:37,792 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1) is active.
2019-09-26 16:20:37,794 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.jdbc.Driver could not be loaded.
2019-09-26 16:20:37,795 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded.
2019-09-26 16:20:37,796 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1)
2019-09-26 16:20:37,873 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2019-09-26 16:20:37.512
2019-09-26 16:20:37,878 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1)
2019-09-26 16:20:37,902 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1)
2019-09-26 16:20:37,918 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2019-09-26 16:20:37.512
2019-09-26 16:20:37,920 ERROR [main] org.appng.cli.CliCore : An error occured.
org.appng.api.BusinessException: force error
at org.appng.cli.CliCoreTest$ErrorCommand.execute(CliCoreTest.java:177)
at org.appng.cli.CliCore.perform(CliCore.java:188)
at org.appng.cli.CliCoreTest.testError(CliCoreTest.java:117)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75)
at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86)
at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
2019-09-26 16:20:37,934 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6f5f2940: startup date [Thu Sep 26 16:20:37 CEST 2019]; root of context hierarchy
2019-09-26 16:20:37,935 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: 0.974 s - in org.appng.cli.CliCoreTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 66, 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_CI_feature_APPNG-2267/appng-cli/target/appng-cli-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-cli ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-cli/target/appng-cli-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-cli ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-cli/target/appng-cli-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-cli-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-cli/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-cli-1.19.1-feature_APPNG_2267-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-cli/target/appng-cli-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-cli-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-cli ---
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-cli-1.19.1-feature_APPNG_2267-20190926.142038-1.jar
Progress (1): 2.0/111 kB
Progress (1): 4.1/111 kB
Progress (1): 6.1/111 kB
Progress (1): 8.2/111 kB
Progress (1): 10/111 kB
Progress (1): 12/111 kB
Progress (1): 14/111 kB
Progress (1): 16/111 kB
Progress (1): 18/111 kB
Progress (1): 20/111 kB
Progress (1): 23/111 kB
Progress (1): 25/111 kB
Progress (1): 27/111 kB
Progress (1): 29/111 kB
Progress (1): 31/111 kB
Progress (1): 33/111 kB
Progress (1): 35/111 kB
Progress (1): 37/111 kB
Progress (1): 39/111 kB
Progress (1): 41/111 kB
Progress (1): 43/111 kB
Progress (1): 45/111 kB
Progress (1): 47/111 kB
Progress (1): 49/111 kB
Progress (1): 51/111 kB
Progress (1): 53/111 kB
Progress (1): 55/111 kB
Progress (1): 57/111 kB
Progress (1): 59/111 kB
Progress (1): 61/111 kB
Progress (1): 63/111 kB
Progress (1): 66/111 kB
Progress (1): 68/111 kB
Progress (1): 70/111 kB
Progress (1): 72/111 kB
Progress (1): 74/111 kB
Progress (1): 76/111 kB
Progress (1): 78/111 kB
Progress (1): 80/111 kB
Progress (1): 82/111 kB
Progress (1): 84/111 kB
Progress (1): 86/111 kB
Progress (1): 88/111 kB
Progress (1): 90/111 kB
Progress (1): 92/111 kB
Progress (1): 94/111 kB
Progress (1): 96/111 kB
Progress (1): 98/111 kB
Progress (1): 100/111 kB
Progress (1): 102/111 kB
Progress (1): 104/111 kB
Progress (1): 106/111 kB
Progress (1): 109/111 kB
Progress (1): 111/111 kB
Progress (1): 111 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-cli-1.19.1-feature_APPNG_2267-20190926.142038-1.jar (111 kB at 930 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-cli-1.19.1-feature_APPNG_2267-20190926.142038-1.pom
Progress (1): 1.2 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-cli-1.19.1-feature_APPNG_2267-20190926.142038-1.pom (1.2 kB at 2.4 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/maven-metadata.xml (2.3 kB at 119 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/maven-metadata.xml (2.3 kB at 252 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 828 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (828 B at 7.4 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 828 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (828 B at 34 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/maven-metadata.xml (2.3 kB at 25 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/maven-metadata.xml (2.3 kB at 116 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-cli-1.19.1-feature_APPNG_2267-20190926.142038-1-sources.jar
Progress (1): 2.0/87 kB
Progress (1): 4.1/87 kB
Progress (1): 6.1/87 kB
Progress (1): 8.2/87 kB
Progress (1): 10/87 kB
Progress (1): 12/87 kB
Progress (1): 14/87 kB
Progress (1): 16/87 kB
Progress (1): 18/87 kB
Progress (1): 20/87 kB
Progress (1): 23/87 kB
Progress (1): 25/87 kB
Progress (1): 27/87 kB
Progress (1): 29/87 kB
Progress (1): 31/87 kB
Progress (1): 33/87 kB
Progress (1): 35/87 kB
Progress (1): 37/87 kB
Progress (1): 39/87 kB
Progress (1): 41/87 kB
Progress (1): 43/87 kB
Progress (1): 45/87 kB
Progress (1): 47/87 kB
Progress (1): 49/87 kB
Progress (1): 51/87 kB
Progress (1): 53/87 kB
Progress (1): 55/87 kB
Progress (1): 57/87 kB
Progress (1): 59/87 kB
Progress (1): 61/87 kB
Progress (1): 63/87 kB
Progress (1): 66/87 kB
Progress (1): 68/87 kB
Progress (1): 70/87 kB
Progress (1): 72/87 kB
Progress (1): 74/87 kB
Progress (1): 76/87 kB
Progress (1): 78/87 kB
Progress (1): 80/87 kB
Progress (1): 82/87 kB
Progress (1): 84/87 kB
Progress (1): 86/87 kB
Progress (1): 87 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-cli-1.19.1-feature_APPNG_2267-20190926.142038-1-sources.jar (87 kB at 587 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/maven-metadata.xml (2.3 kB at 211 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 9.3 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 62 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-cli/maven-metadata.xml (2.3 kB at 122 kB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building appNG Tag Library 1.19.1-feature_APPNG_2267-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-taglib ---
[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 20 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/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_CI_feature_APPNG-2267/appng-taglib/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-taglib ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.appng.taglib.ParameterTest
2019-09-26 16:20:41,538 [main] DEBUG org.appng.taglib.Parameter - added parameter param1=value1 to parent tag org.appng.taglib.ParameterTest@33c7e1bb
2019-09-26 16:20:41,564 [main] DEBUG org.appng.taglib.Parameter - added parameter param2="Ä" to parent tag org.appng.taglib.ParameterTest@33c7e1bb
2019-09-26 16:20:41,564 [main] DEBUG org.appng.taglib.Parameter - added parameter param3=null to parent tag org.appng.taglib.ParameterTest@33c7e1bb
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 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.016 s - in org.appng.taglib.form.FormConfirmationTest
[INFO] Running org.appng.taglib.PermissionTest
2019-09-26 16:20:41,807 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM
2019-09-26 16:20:41,807 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE
2019-09-26 16:20:41,807 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION
2019-09-26 16:20:41,808 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST
2019-09-26 16:20:41,808 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL
2019-09-26 16:20:41,809 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM
2019-09-26 16:20:41,813 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION
2019-09-26 16:20:41,813 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST
2019-09-26 16:20:41,814 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE
2019-09-26 16:20:41,882 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM
2019-09-26 16:20:41,883 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE
2019-09-26 16:20:41,883 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION
2019-09-26 16:20:41,883 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST
2019-09-26 16:20:41,883 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL
2019-09-26 16:20:41,883 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM
2019-09-26 16:20:41,884 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION
2019-09-26 16:20:41,884 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST
2019-09-26 16:20:41,884 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE
2019-09-26 16:20:41,886 [main] DEBUG org.appng.api.support.DefaultPermissionProcessor - created PermissionProcessor for user 'null' in application 'null' of site 'null'
2019-09-26 16:20:41,887 [main] DEBUG org.appng.api.support.DummyPermissionProcessor - creating instance for subject null, site null, application null
2019-09-26 16:20:41,887 [main] DEBUG org.appng.api.support.DummyPermissionProcessor - granting permission null
2019-09-26 16:20:41,887 [main] DEBUG org.appng.taglib.Permission - subject has the permission: null
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s - in org.appng.taglib.PermissionTest
[INFO] Running org.appng.taglib.MultiSiteSupportTest
2019-09-26 16:20:41,891 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM
2019-09-26 16:20:41,891 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE
2019-09-26 16:20:41,892 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION
2019-09-26 16:20:41,892 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST
2019-09-26 16:20:41,892 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL
2019-09-26 16:20:41,892 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM
2019-09-26 16:20:41,892 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION
2019-09-26 16:20:41,893 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST
2019-09-26 16:20:41,893 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE
2019-09-26 16:20:41,937 [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.049 s - in org.appng.taglib.MultiSiteSupportTest
[INFO] Running org.appng.taglib.TagletProcessorTest
2019-09-26 16:20:42,317 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$fd9dfbdf' width attributes: {}
2019-09-26 16:20:42,354 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values
2019-09-26 16:20:42,354 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output.
2019-09-26 16:20:42,362 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$fd9dfbdf' width attributes: {noXslPrefix=test prefix}
2019-09-26 16:20:42,364 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values
2019-09-26 16:20:42,364 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output.
2019-09-26 16:20:42,366 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$fd9dfbdf' width attributes: {noXslSuffix=test suffix}
2019-09-26 16:20:42,367 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values
2019-09-26 16:20:42,367 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output.
2019-09-26 16:20:42,369 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.GlobalTaglet$$EnhancerByMockitoWithCGLIB$$f39ad8cf' with attributes: {}
2019-09-26 16:20:42,374 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.taglib.TagletProcessorTest$MyTaglet$$EnhancerByMockitoWithCGLIB$$742dac8e' with attributes: {}
2019-09-26 16:20:42,386 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.GlobalXMLTaglet$$EnhancerByMockitoWithCGLIB$$9b491294' width attributes: {}
2019-09-26 16:20:42,388 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values
2019-09-26 16:20:42,388 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output.
2019-09-26 16:20:42,389 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$fd9dfbdf' width attributes: {noXslPrefix=test prefix, noXslSuffix=test suffix}
2019-09-26 16:20:42,390 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix test prefix and suffix test suffix for not transformed output.
2019-09-26 16:20:42,392 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.Taglet$$EnhancerByMockitoWithCGLIB$$28c86b64' with attributes: {}
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.454 s - in org.appng.taglib.TagletProcessorTest
[INFO] Running org.appng.taglib.TagletAdapterTest
2019-09-26 16:20:42,394 [main] INFO org.appng.api.support.SiteClassLoader - SiteClassLoader#1168340825 for site localhost with parent sun.misc.Launcher$AppClassLoader#1252169911 created
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.appng.taglib.TagletAdapterTest
[INFO] Running org.appng.taglib.AttributeTest
2019-09-26 16:20:42,416 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM
2019-09-26 16:20:42,416 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE
2019-09-26 16:20:42,416 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION
2019-09-26 16:20:42,416 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST
2019-09-26 16:20:42,416 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL
2019-09-26 16:20:42,416 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM
2019-09-26 16:20:42,417 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION
2019-09-26 16:20:42,417 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST
2019-09-26 16:20:42,417 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE
2019-09-26 16:20:42,419 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM
2019-09-26 16:20:42,419 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE
2019-09-26 16:20:42,419 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION
2019-09-26 16:20:42,419 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST
2019-09-26 16:20:42,419 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL
2019-09-26 16:20:42,419 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM
2019-09-26 16:20:42,419 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION
2019-09-26 16:20:42,419 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST
2019-09-26 16:20:42,419 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE
2019-09-26 16:20:42,439 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromSite [(variable = fromSite)]
2019-09-26 16:20:42,441 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM
2019-09-26 16:20:42,442 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE
2019-09-26 16:20:42,442 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION
2019-09-26 16:20:42,442 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST
2019-09-26 16:20:42,442 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL
2019-09-26 16:20:42,442 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM
2019-09-26 16:20:42,442 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION
2019-09-26 16:20:42,442 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST
2019-09-26 16:20:42,442 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE
2019-09-26 16:20:42,444 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM
2019-09-26 16:20:42,444 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE
2019-09-26 16:20:42,444 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION
2019-09-26 16:20:42,444 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST
2019-09-26 16:20:42,444 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL
2019-09-26 16:20:42,444 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM
2019-09-26 16:20:42,444 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION
2019-09-26 16:20:42,444 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST
2019-09-26 16:20:42,444 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE
2019-09-26 16:20:42,446 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM
2019-09-26 16:20:42,446 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE
2019-09-26 16:20:42,446 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION
2019-09-26 16:20:42,446 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST
2019-09-26 16:20:42,446 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL
2019-09-26 16:20:42,446 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM
2019-09-26 16:20:42,446 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION
2019-09-26 16:20:42,446 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST
2019-09-26 16:20:42,447 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE
2019-09-26 16:20:42,448 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites.localhost} = Mock for Site, hashCode: 139947936 [(sites = {localhost=Mock for Site, hashCode: 139947936})]
2019-09-26 16:20:42,448 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM
2019-09-26 16:20:42,448 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE
2019-09-26 16:20:42,448 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION
2019-09-26 16:20:42,448 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST
2019-09-26 16:20:42,449 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL
2019-09-26 16:20:42,449 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM
2019-09-26 16:20:42,449 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION
2019-09-26 16:20:42,449 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST
2019-09-26 16:20:42,449 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE
2019-09-26 16:20:42,451 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost']} = Mock for Site, hashCode: 139947936 [(sites = {localhost=Mock for Site, hashCode: 139947936})]
2019-09-26 16:20:42,451 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM
2019-09-26 16:20:42,451 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE
2019-09-26 16:20:42,451 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION
2019-09-26 16:20:42,451 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST
2019-09-26 16:20:42,451 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL
2019-09-26 16:20:42,451 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM
2019-09-26 16:20:42,451 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION
2019-09-26 16:20:42,452 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST
2019-09-26 16:20:42,452 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE
2019-09-26 16:20:42,457 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost'].name} = localhost [(sites = {localhost=Mock for Site, hashCode: 139947936})]
2019-09-26 16:20:42,457 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM
2019-09-26 16:20:42,457 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE
2019-09-26 16:20:42,457 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION
2019-09-26 16:20:42,457 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST
2019-09-26 16:20:42,457 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL
2019-09-26 16:20:42,457 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM
2019-09-26 16:20:42,458 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION
2019-09-26 16:20:42,458 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST
2019-09-26 16:20:42,458 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE
2019-09-26 16:20:42,460 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost'].getName()} = localhost [(sites = {localhost=Mock for Site, hashCode: 139947936})]
2019-09-26 16:20:42,460 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM
2019-09-26 16:20:42,460 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE
2019-09-26 16:20:42,460 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION
2019-09-26 16:20:42,460 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST
2019-09-26 16:20:42,460 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL
2019-09-26 16:20:42,461 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM
2019-09-26 16:20:42,461 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION
2019-09-26 16:20:42,461 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST
2019-09-26 16:20:42,461 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE
2019-09-26 16:20:42,462 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites.localhost.getName()} = localhost [(sites = {localhost=Mock for Site, hashCode: 139947936})]
2019-09-26 16:20:42,463 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM
2019-09-26 16:20:42,463 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE
2019-09-26 16:20:42,463 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION
2019-09-26 16:20:42,463 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST
2019-09-26 16:20:42,464 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL
2019-09-26 16:20:42,464 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM
2019-09-26 16:20:42,464 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION
2019-09-26 16:20:42,464 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST
2019-09-26 16:20:42,464 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE
2019-09-26 16:20:42,464 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromRequest [(variable = fromRequest)]
2019-09-26 16:20:42,466 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM
2019-09-26 16:20:42,466 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE
2019-09-26 16:20:42,466 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION
2019-09-26 16:20:42,466 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST
2019-09-26 16:20:42,466 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL
2019-09-26 16:20:42,467 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM
2019-09-26 16:20:42,467 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION
2019-09-26 16:20:42,467 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST
2019-09-26 16:20:42,467 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE
2019-09-26 16:20:42,468 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM
2019-09-26 16:20:42,468 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE
2019-09-26 16:20:42,468 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION
2019-09-26 16:20:42,468 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST
2019-09-26 16:20:42,468 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL
2019-09-26 16:20:42,469 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM
2019-09-26 16:20:42,469 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION
2019-09-26 16:20:42,469 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST
2019-09-26 16:20:42,469 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE
2019-09-26 16:20:42,469 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM
2019-09-26 16:20:42,469 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE
2019-09-26 16:20:42,469 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION
2019-09-26 16:20:42,470 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST
2019-09-26 16:20:42,470 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL
2019-09-26 16:20:42,470 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM
2019-09-26 16:20:42,470 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION
2019-09-26 16:20:42,470 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST
2019-09-26 16:20:42,470 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE
2019-09-26 16:20:42,472 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM
2019-09-26 16:20:42,472 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE
2019-09-26 16:20:42,472 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION
2019-09-26 16:20:42,472 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST
2019-09-26 16:20:42,472 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL
2019-09-26 16:20:42,472 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM
2019-09-26 16:20:42,473 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION
2019-09-26 16:20:42,473 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST
2019-09-26 16:20:42,473 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE
2019-09-26 16:20:42,473 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromPlatform [(variable = fromPlatform)]
2019-09-26 16:20:42,474 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM
2019-09-26 16:20:42,474 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE
2019-09-26 16:20:42,474 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION
2019-09-26 16:20:42,474 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST
2019-09-26 16:20:42,474 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL
2019-09-26 16:20:42,474 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM
2019-09-26 16:20:42,475 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION
2019-09-26 16:20:42,475 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST
2019-09-26 16:20:42,475 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE
2019-09-26 16:20:42,475 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromSession [(variable = fromSession)]
2019-09-26 16:20:42,477 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM
2019-09-26 16:20:42,477 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE
2019-09-26 16:20:42,477 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION
2019-09-26 16:20:42,477 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST
2019-09-26 16:20:42,477 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL
2019-09-26 16:20:42,477 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM
2019-09-26 16:20:42,477 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION
2019-09-26 16:20:42,477 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST
2019-09-26 16:20:42,477 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE
2019-09-26 16:20:42,478 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites} = {localhost=Mock for Site, hashCode: 1097619701} [(sites = {localhost=Mock for Site, hashCode: 1097619701})]
2019-09-26 16:20:42,479 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM
2019-09-26 16:20:42,479 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE
2019-09-26 16:20:42,479 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION
2019-09-26 16:20:42,479 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST
2019-09-26 16:20:42,479 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL
2019-09-26 16:20:42,480 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM
2019-09-26 16:20:42,480 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION
2019-09-26 16:20:42,480 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST
2019-09-26 16:20:42,480 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE
2019-09-26 16:20:42,480 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM
2019-09-26 16:20:42,480 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE
2019-09-26 16:20:42,480 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION
2019-09-26 16:20:42,480 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST
2019-09-26 16:20:42,480 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL
2019-09-26 16:20:42,481 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM
2019-09-26 16:20:42,481 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION
2019-09-26 16:20:42,481 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST
2019-09-26 16:20:42,481 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.appng.taglib.AttributeTest
[INFO] Running org.appng.taglib.search.SearchTest
2019-09-26 16:20:42,519 [main] DEBUG org.appng.taglib.search.SearchPart - added part global:null to org.appng.taglib.search.SearchTest@63fbfaeb
2019-09-26 16:20:43,203 [main] DEBUG org.appng.taglib.search.Search - term is Hitchhiker
2019-09-26 16:20:43,203 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM
2019-09-26 16:20:43,203 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE
2019-09-26 16:20:43,203 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION
2019-09-26 16:20:43,204 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST
2019-09-26 16:20:43,204 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL
2019-09-26 16:20:43,204 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM
2019-09-26 16:20:43,204 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION
2019-09-26 16:20:43,204 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST
2019-09-26 16:20:43,204 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE
2019-09-26 16:20:43,208 [main] INFO org.appng.taglib.search.Search - processing org.appng.search.searcher.StandardSearcher with term 'Hitchhiker' and parameters {excludeTypes=com.foo.Bar}
2019-09-26 16:20:43,319 [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.056 s - in org.appng.taglib.search.SearchTest
[INFO] Running org.appng.taglib.IfTest
2019-09-26 16:20:43,542 [main] DEBUG org.appng.forms.impl.RequestBean - tempdir is /tmp
2019-09-26 16:20:43,542 [main] DEBUG org.appng.forms.impl.RequestBean - content type: null
2019-09-26 16:20:43,542 [main] DEBUG org.appng.forms.impl.RequestBean - requestURI:
2019-09-26 16:20:43,542 [main] DEBUG org.appng.forms.impl.RequestBean - contextPath:
2019-09-26 16:20:43,542 [main] DEBUG org.appng.forms.impl.RequestBean - servletPath:
2019-09-26 16:20:43,542 [main] DEBUG org.appng.forms.impl.RequestBean - pathInfo: null
2019-09-26 16:20:43,542 [main] DEBUG org.appng.forms.impl.RequestBean - request method:
2019-09-26 16:20:43,550 [main] DEBUG org.appng.el.ExpressionEvaluator - ${(a == 'bar') or (a.startsWith('b'))} = false [(a = foo)]
2019-09-26 16:20:43,551 [main] DEBUG org.appng.taglib.If - (a == 'bar') or (a.startsWith('b')) = false, skipping body
2019-09-26 16:20:43,551 [main] DEBUG org.appng.forms.impl.RequestBean - tempdir is /tmp
2019-09-26 16:20:43,552 [main] DEBUG org.appng.forms.impl.RequestBean - content type: null
2019-09-26 16:20:43,552 [main] DEBUG org.appng.forms.impl.RequestBean - requestURI:
2019-09-26 16:20:43,552 [main] DEBUG org.appng.forms.impl.RequestBean - contextPath:
2019-09-26 16:20:43,552 [main] DEBUG org.appng.forms.impl.RequestBean - servletPath:
2019-09-26 16:20:43,552 [main] DEBUG org.appng.forms.impl.RequestBean - pathInfo: null
2019-09-26 16:20:43,552 [main] DEBUG org.appng.forms.impl.RequestBean - request method:
2019-09-26 16:20:43,552 [main] DEBUG org.appng.el.ExpressionEvaluator - ${(a == 'foo') or (a.startsWith('f'))} = true [(a = foo)]
2019-09-26 16:20:43,552 [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.014 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_CI_feature_APPNG-2267/appng-taglib/target/appng-taglib-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-taglib ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-taglib/target/appng-taglib-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-taglib ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-taglib/target/appng-taglib-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-taglib-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-taglib/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-taglib-1.19.1-feature_APPNG_2267-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-taglib/target/appng-taglib-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-taglib-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-taglib ---
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-taglib-1.19.1-feature_APPNG_2267-20190926.142043-1.jar
Progress (1): 2.0/56 kB
Progress (1): 4.1/56 kB
Progress (1): 6.1/56 kB
Progress (1): 8.2/56 kB
Progress (1): 10/56 kB
Progress (1): 12/56 kB
Progress (1): 14/56 kB
Progress (1): 16/56 kB
Progress (1): 18/56 kB
Progress (1): 20/56 kB
Progress (1): 23/56 kB
Progress (1): 25/56 kB
Progress (1): 27/56 kB
Progress (1): 29/56 kB
Progress (1): 31/56 kB
Progress (1): 33/56 kB
Progress (1): 35/56 kB
Progress (1): 37/56 kB
Progress (1): 39/56 kB
Progress (1): 41/56 kB
Progress (1): 43/56 kB
Progress (1): 45/56 kB
Progress (1): 47/56 kB
Progress (1): 49/56 kB
Progress (1): 51/56 kB
Progress (1): 53/56 kB
Progress (1): 55/56 kB
Progress (1): 56 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-taglib-1.19.1-feature_APPNG_2267-20190926.142043-1.jar (56 kB at 383 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-taglib-1.19.1-feature_APPNG_2267-20190926.142043-1.pom
Progress (1): 1.8 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-taglib-1.19.1-feature_APPNG_2267-20190926.142043-1.pom (1.8 kB at 20 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/maven-metadata.xml (2.3 kB at 206 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/maven-metadata.xml (2.3 kB at 283 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 831 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (831 B at 42 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 831 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (831 B at 31 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/maven-metadata.xml (2.3 kB at 2.9 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/maven-metadata.xml (2.3 kB at 111 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-taglib-1.19.1-feature_APPNG_2267-20190926.142043-1-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-ci-builds/org/appng/appng-taglib/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-taglib-1.19.1-feature_APPNG_2267-20190926.142043-1-sources.jar (42 kB at 85 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/maven-metadata.xml (2.3 kB at 212 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 12 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 32 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-taglib/maven-metadata.xml (2.3 kB at 11 kB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building appNG Application 1.19.1-feature_APPNG_2267-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-application ---
[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:2.20: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_CI_feature_APPNG-2267/appng-application/target/appng-application-1.19.1-feature_APPNG_2267-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/src/main/webapp/META-INF] to [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/appng-application-1.19.1-feature_APPNG_2267-SNAPSHOT]
[INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/src/main/webapp/WEB-INF] to [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/appng-application-1.19.1-feature_APPNG_2267-SNAPSHOT]
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/src/main/webapp]
[INFO] Webapp assembled in [4378 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/appng-application-1.19.1-feature_APPNG_2267-SNAPSHOT.war
[INFO]
[INFO] --- maven-dependency-plugin:3.0.1:copy-dependencies (default) @ appng-application ---
[INFO] Copying jcip-annotations-1.0.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/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_CI_feature_APPNG-2267/appng-application/target/dependency/jdbc-perf-logger-driver-0.9.0.jar
[INFO] Copying swagger-annotations-1.5.19.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/swagger-annotations-1.5.19.jar
[INFO] Copying bzip2-0.9.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/bzip2-0.9.1.jar
[INFO] Copying protobuf-java-2.5.0.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/protobuf-java-2.5.0.jar
[INFO] Copying jaxb-api-2.3.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/jaxb-api-2.3.1.jar
[INFO] Copying juniversalchardet-1.0.3.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/juniversalchardet-1.0.3.jar
[INFO] Copying maven-scm-provider-svnexe-1.4.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/maven-scm-provider-svnexe-1.4.jar
[INFO] Copying jackson-databind-2.9.8.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/jackson-databind-2.9.8.jar
[INFO] Copying xml-apis-ext-1.3.04.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/xml-apis-ext-1.3.04.jar
[INFO] Copying classmate-1.3.4.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/classmate-1.3.4.jar
[INFO] Copying tika-parsers-1.16.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/tika-parsers-1.16.jar
[INFO] Copying apache-mime4j-core-0.8.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/apache-mime4j-core-0.8.1.jar
[INFO] Copying mysema-commons-lang-0.2.4.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/mysema-commons-lang-0.2.4.jar
[INFO] Copying grib-4.5.5.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/grib-4.5.5.jar
[INFO] Copying javax.activation-api-1.2.0.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/javax.activation-api-1.2.0.jar
[INFO] Copying fontbox-2.0.6.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/fontbox-2.0.6.jar
[INFO] Copying appng-xmlapi-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/appng-xmlapi-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Copying jsoup-1.11.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/jsoup-1.11.1.jar
[INFO] Copying spring-orm-4.3.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/spring-orm-4.3.23.RELEASE.jar
[INFO] Copying lucene-highlighter-6.6.5.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/lucene-highlighter-6.6.5.jar
[INFO] Copying poi-3.17.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/poi-3.17.jar
[INFO] Copying error_prone_annotations-2.2.0.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/error_prone_annotations-2.2.0.jar
[INFO] Copying maven-scm-api-1.4.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/maven-scm-api-1.4.jar
[INFO] Copying spring-xml-2.4.3.RELEASE.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/spring-xml-2.4.3.RELEASE.jar
[INFO] Copying commons-compress-1.18.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/commons-compress-1.18.jar
[INFO] Copying json-1.8.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/json-1.8.jar
[INFO] Copying mail-1.4.5.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/mail-1.4.5.jar
[INFO] Copying spring-ws-core-2.4.3.RELEASE.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/spring-ws-core-2.4.3.RELEASE.jar
[INFO] Copying amqp-client-5.5.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/amqp-client-5.5.1.jar
[INFO] Copying commons-pool2-2.4.3.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/commons-pool2-2.4.3.jar
[INFO] Copying commons-lang-2.6.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/commons-lang-2.6.jar
[INFO] Copying HikariCP-3.3.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/HikariCP-3.3.1.jar
[INFO] Copying commons-vfs2-2.0.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/commons-vfs2-2.0.jar
[INFO] Copying jackcess-2.1.8.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/jackcess-2.1.8.jar
[INFO] Copying commons-exec-1.3.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/commons-exec-1.3.jar
[INFO] Copying appng-api-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/appng-api-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Copying vorbis-java-core-0.8.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/vorbis-java-core-0.8.jar
[INFO] Copying commons-lang3-3.8.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/commons-lang3-3.8.1.jar
[INFO] Copying urlrewritefilter-4.0.4.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/urlrewritefilter-4.0.4.jar
[INFO] Copying Saxon-HE-9.6.0-6.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/Saxon-HE-9.6.0-6.jar
[INFO] Copying byte-buddy-1.9.10.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/byte-buddy-1.9.10.jar
[INFO] Copying javax.persistence-api-2.2.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/javax.persistence-api-2.2.jar
[INFO] Copying lucene-join-6.6.5.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/lucene-join-6.6.5.jar
[INFO] Copying spring-data-envers-1.1.18.RELEASE.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/spring-data-envers-1.1.18.RELEASE.jar
[INFO] Copying hibernate-core-5.4.2.Final.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/hibernate-core-5.4.2.Final.jar
[INFO] Copying appng-search-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/appng-search-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Copying log4j-1.2.17.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/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_CI_feature_APPNG-2267/appng-application/target/dependency/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
[INFO] Copying commons-codec-1.12.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/commons-codec-1.12.jar
[INFO] Copying validation-api-2.0.1.Final.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/validation-api-2.0.1.Final.jar
[INFO] Copying jcommander-1.72.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/jcommander-1.72.jar
[INFO] Copying spring-jdbc-4.3.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/spring-jdbc-4.3.23.RELEASE.jar
[INFO] Copying bcprov-jdk15on-1.54.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/bcprov-jdk15on-1.54.jar
[INFO] Copying rome-utils-1.5.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/rome-utils-1.5.1.jar
[INFO] Copying antlr-2.7.7.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/antlr-2.7.7.jar
[INFO] Copying appng-taglib-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/appng-taglib-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Copying pdfbox-tools-2.0.6.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/pdfbox-tools-2.0.6.jar
[INFO] Copying apache-mime4j-dom-0.8.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/apache-mime4j-dom-0.8.1.jar
[INFO] Copying netcdf4-4.5.5.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/netcdf4-4.5.5.jar
[INFO] Copying asm-5.0.4.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/asm-5.0.4.jar
[INFO] Copying geoapi-3.0.0.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/geoapi-3.0.0.jar
[INFO] Copying failureaccess-1.0.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/failureaccess-1.0.1.jar
[INFO] Copying javax.ws.rs-api-2.0.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/javax.ws.rs-api-2.0.1.jar
[INFO] Copying cdm-4.5.5.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/cdm-4.5.5.jar
[INFO] Copying httpmime-4.2.6.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/httpmime-4.2.6.jar
[INFO] Copying spring-core-4.3.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/spring-core-4.3.23.RELEASE.jar
[INFO] Copying lucene-sandbox-6.6.5.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/lucene-sandbox-6.6.5.jar
[INFO] Copying semantic-version-1.2.0.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/semantic-version-1.2.0.jar
[INFO] Copying httpservices-4.5.5.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/httpservices-4.5.5.jar
[INFO] Copying jedis-2.10.0.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/jedis-2.10.0.jar
[INFO] Copying bsh-core-2.0b4.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/bsh-core-2.0b4.jar
[INFO] Copying spring-beans-4.3.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/spring-beans-4.3.23.RELEASE.jar
[INFO] Copying jackson-core-2.9.8.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/jackson-core-2.9.8.jar
[INFO] Copying joda-time-2.10.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/joda-time-2.10.1.jar
[INFO] Copying cxf-rt-rs-client-3.0.12.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/cxf-rt-rs-client-3.0.12.jar
[INFO] Copying jsr305-3.0.2.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/jsr305-3.0.2.jar
[INFO] Copying boilerpipe-1.1.0.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/boilerpipe-1.1.0.jar
[INFO] Copying commons-configuration-1.10.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/commons-configuration-1.10.jar
[INFO] Copying lucene-memory-6.6.5.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/lucene-memory-6.6.5.jar
[INFO] Copying attoparser-2.0.5.RELEASE.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/attoparser-2.0.5.RELEASE.jar
[INFO] Copying nekohtml-1.9.16.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/nekohtml-1.9.16.jar
[INFO] Copying httpclient-4.5.7.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/httpclient-4.5.7.jar
[INFO] Copying vorbis-java-tika-0.8.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/vorbis-java-tika-0.8.jar
[INFO] Copying unbescape-1.1.6.RELEASE.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/unbescape-1.1.6.RELEASE.jar
[INFO] Copying tagsoup-1.2.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/tagsoup-1.2.1.jar
[INFO] Copying jaxb-runtime-2.3.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/jaxb-runtime-2.3.1.jar
[INFO] Copying lucene-queryparser-6.6.5.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/lucene-queryparser-6.6.5.jar
[INFO] Copying xmlbeans-2.6.0.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/xmlbeans-2.6.0.jar
[INFO] Copying commons-collections-3.2.2.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/commons-collections-3.2.2.jar
[INFO] Copying freemarker-2.3.28.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/freemarker-2.3.28.jar
[INFO] Copying lucene-facet-6.6.5.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/lucene-facet-6.6.5.jar
[INFO] Copying appng-cli-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/appng-cli-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Copying javassist-3.24.0-GA.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/javassist-3.24.0-GA.jar
[INFO] Copying sis-referencing-0.6.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/sis-referencing-0.6.jar
[INFO] Copying appng-mail-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/appng-mail-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Copying commons-httpclient-3.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/commons-httpclient-3.1.jar
[INFO] Copying dom4j-2.1.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/dom4j-2.1.1.jar
[INFO] Copying poi-scratchpad-3.17.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/poi-scratchpad-3.17.jar
[INFO] Copying jandex-2.0.5.Final.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/jandex-2.0.5.Final.jar
[INFO] Copying esapi-2.1.0.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/esapi-2.1.0.1.jar
[INFO] Copying spring-data-commons-1.13.18.RELEASE.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/spring-data-commons-1.13.18.RELEASE.jar
[INFO] Copying aopalliance-1.0.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/aopalliance-1.0.jar
[INFO] Copying appng-formtags-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/appng-formtags-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Copying FastInfoset-1.2.15.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/FastInfoset-1.2.15.jar
[INFO] Copying batik-ext-1.8.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/batik-ext-1.8.jar
[INFO] Copying jboss-transaction-api_1.2_spec-1.1.1.Final.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/jboss-transaction-api_1.2_spec-1.1.1.Final.jar
[INFO] Copying bcpkix-jdk15on-1.54.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/bcpkix-jdk15on-1.54.jar
[INFO] Copying appng-persistence-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/appng-persistence-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Copying plexus-utils-1.5.6.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/plexus-utils-1.5.6.jar
[INFO] Copying jul-to-slf4j-1.7.24.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/jul-to-slf4j-1.7.24.jar
[INFO] Copying animal-sniffer-annotations-1.17.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/animal-sniffer-annotations-1.17.jar
[INFO] Copying commons-text-1.6.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/commons-text-1.6.jar
[INFO] Copying slf4j-api-1.7.26.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/slf4j-api-1.7.26.jar
[INFO] Copying xom-1.2.5.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/xom-1.2.5.jar
[INFO] Copying json-simple-1.1.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/json-simple-1.1.1.jar
[INFO] Copying hibernate-commons-annotations-5.1.0.Final.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/hibernate-commons-annotations-5.1.0.Final.jar
[INFO] Copying metadata-extractor-2.9.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/metadata-extractor-2.9.1.jar
[INFO] Copying jboss-logging-3.3.2.Final.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/jboss-logging-3.3.2.Final.jar
[INFO] Copying appng-core-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/appng-core-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Copying rome-1.5.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/rome-1.5.1.jar
[INFO] Copying jempbox-1.8.13.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/jempbox-1.8.13.jar
[INFO] Copying opennlp-tools-1.6.0.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/opennlp-tools-1.6.0.jar
[INFO] Copying xz-1.6.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/xz-1.6.jar
[INFO] Copying jdom2-2.0.4.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/jdom2-2.0.4.jar
[INFO] Copying checker-qual-2.5.2.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/checker-qual-2.5.2.jar
[INFO] Copying stax-ex-1.8.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/stax-ex-1.8.jar
[INFO] Copying spring-tx-4.3.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/spring-tx-4.3.23.RELEASE.jar
[INFO] Copying querydsl-core-4.2.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/querydsl-core-4.2.1.jar
[INFO] Copying aspectjrt-1.8.13.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/aspectjrt-1.8.13.jar
[INFO] Copying regexp-1.3.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/regexp-1.3.jar
[INFO] Copying sentiment-analysis-parser-0.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/sentiment-analysis-parser-0.1.jar
[INFO] Copying spring-security-core-4.2.10.RELEASE.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/spring-security-core-4.2.10.RELEASE.jar
[INFO] Copying istack-commons-runtime-3.0.7.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/istack-commons-runtime-3.0.7.jar
[INFO] Copying tika-core-1.16.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/tika-core-1.16.jar
[INFO] Copying poi-ooxml-schemas-3.17.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/poi-ooxml-schemas-3.17.jar
[INFO] Copying antisamy-1.5.3.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/antisamy-1.5.3.jar
[INFO] Copying simplemagic-1.16.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/simplemagic-1.16.jar
[INFO] Copying lucene-core-6.6.5.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/lucene-core-6.6.5.jar
[INFO] Copying pdfbox-2.0.6.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/pdfbox-2.0.6.jar
[INFO] Copying sis-metadata-0.6.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/sis-metadata-0.6.jar
[INFO] Copying querydsl-jpa-4.2.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/querydsl-jpa-4.2.1.jar
[INFO] Copying commons-collections4-4.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/commons-collections4-4.1.jar
[INFO] Copying wsdl4j-1.6.3.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/wsdl4j-1.6.3.jar
[INFO] Copying spring-context-support-4.3.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/spring-context-support-4.3.23.RELEASE.jar
[INFO] Copying commons-csv-1.0.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/commons-csv-1.0.jar
[INFO] Copying xmpcore-5.1.2.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/xmpcore-5.1.2.jar
[INFO] Copying javax.inject-1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/javax.inject-1.jar
[INFO] Copying httpcore-4.4.11.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/httpcore-4.4.11.jar
[INFO] Copying slf4j-log4j12-1.7.26.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/slf4j-log4j12-1.7.26.jar
[INFO] Copying java-libpst-0.8.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/java-libpst-0.8.1.jar
[INFO] Copying lucene-queries-6.6.5.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/lucene-queries-6.6.5.jar
[INFO] Copying poi-ooxml-3.17.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/poi-ooxml-3.17.jar
[INFO] Copying batik-css-1.8.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/batik-css-1.8.jar
[INFO] Copying spring-security-web-4.2.10.RELEASE.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/spring-security-web-4.2.10.RELEASE.jar
[INFO] Copying lucene-analyzers-common-6.6.5.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/lucene-analyzers-common-6.6.5.jar
[INFO] Copying cxf-rt-frontend-jaxrs-3.0.12.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/cxf-rt-frontend-jaxrs-3.0.12.jar
[INFO] Copying stax-api-1.0.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/stax-api-1.0.1.jar
[INFO] Copying hibernate-envers-5.4.2.Final.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/hibernate-envers-5.4.2.Final.jar
[INFO] Copying jcl-over-slf4j-1.7.26.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/jcl-over-slf4j-1.7.26.jar
[INFO] Copying spring-expression-4.3.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/spring-expression-4.3.23.RELEASE.jar
[INFO] Copying sis-utility-0.6.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/sis-utility-0.6.jar
[INFO] Copying jsr-275-0.9.3.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/jsr-275-0.9.3.jar
[INFO] Copying spring-aop-4.3.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/spring-aop-4.3.23.RELEASE.jar
[INFO] Copying maven-scm-provider-svn-commons-1.4.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/maven-scm-provider-svn-commons-1.4.jar
[INFO] Copying c3p0-0.9.5.2.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/c3p0-0.9.5.2.jar
[INFO] Copying txw2-2.3.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/txw2-2.3.1.jar
[INFO] Copying cxf-rt-transports-http-3.0.12.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/cxf-rt-transports-http-3.0.12.jar
[INFO] Copying commons-io-2.6.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/commons-io-2.6.jar
[INFO] Copying curvesapi-1.04.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/curvesapi-1.04.jar
[INFO] Copying jhighlight-1.0.2.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/jhighlight-1.0.2.jar
[INFO] Copying cxf-core-3.0.12.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/cxf-core-3.0.12.jar
[INFO] Copying spring-web-4.3.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/spring-web-4.3.23.RELEASE.jar
[INFO] Copying jackcess-encrypt-2.1.2.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/jackcess-encrypt-2.1.2.jar
[INFO] Copying udunits-4.5.5.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/udunits-4.5.5.jar
[INFO] Copying woodstox-core-asl-4.4.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/woodstox-core-asl-4.4.1.jar
[INFO] Copying appng-tools-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/appng-tools-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Copying hsqldb-2.4.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/hsqldb-2.4.1.jar
[INFO] Copying spring-data-jpa-1.11.18.RELEASE.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/spring-data-jpa-1.11.18.RELEASE.jar
[INFO] Copying appng-rest-api-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/appng-rest-api-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Copying gson-2.8.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/gson-2.8.1.jar
[INFO] Copying sis-netcdf-0.6.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/sis-netcdf-0.6.jar
[INFO] Copying bcmail-jdk15on-1.54.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/bcmail-jdk15on-1.54.jar
[INFO] Copying sis-storage-0.6.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/sis-storage-0.6.jar
[INFO] Copying ehcache-web-2.0.4.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/ehcache-web-2.0.4.jar
[INFO] Copying quartz-2.3.0.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/quartz-2.3.0.jar
[INFO] Copying j2objc-annotations-1.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/j2objc-annotations-1.1.jar
[INFO] Copying spring-context-4.3.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/spring-context-4.3.23.RELEASE.jar
[INFO] Copying im4java-1.4.0.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/im4java-1.4.0.jar
[INFO] Copying junrar-0.7.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/junrar-0.7.jar
[INFO] Copying hibernate-validator-6.0.15.Final.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/hibernate-validator-6.0.15.Final.jar
[INFO] Copying commons-fileupload-1.4.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/commons-fileupload-1.4.jar
[INFO] Copying spring-webmvc-4.3.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/spring-webmvc-4.3.23.RELEASE.jar
[INFO] Copying mchange-commons-java-0.2.11.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/mchange-commons-java-0.2.11.jar
[INFO] Copying commons-beanutils-core-1.8.3.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/commons-beanutils-core-1.8.3.jar
[INFO] Copying pdfbox-debugger-2.0.6.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/pdfbox-debugger-2.0.6.jar
[INFO] Copying spring-oxm-4.3.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/spring-oxm-4.3.23.RELEASE.jar
[INFO] Copying xmlschema-core-2.2.1.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/xmlschema-core-2.2.1.jar
[INFO] Copying javax.annotation-api-1.2.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/javax.annotation-api-1.2.jar
[INFO] Copying bridge-method-annotation-1.13.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/bridge-method-annotation-1.13.jar
[INFO] Copying stax2-api-3.1.4.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/stax2-api-3.1.4.jar
[INFO] Copying flyway-core-4.2.0.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/flyway-core-4.2.0.jar
[INFO] Copying ehcache-core-2.6.11.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/ehcache-core-2.6.11.jar
[INFO] Copying jmatio-1.2.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/jmatio-1.2.jar
[INFO] Copying jackson-annotations-2.9.8.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/jackson-annotations-2.9.8.jar
[INFO] Copying appng-forms-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/appng-forms-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Copying batik-util-1.8.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/batik-util-1.8.jar
[INFO] Copying thymeleaf-3.0.11.RELEASE.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/thymeleaf-3.0.11.RELEASE.jar
[INFO] Copying thymeleaf-spring4-3.0.11.RELEASE.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/thymeleaf-spring4-3.0.11.RELEASE.jar
[INFO] Copying jna-4.1.0.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/jna-4.1.0.jar
[INFO] Copying hibernate-entitymanager-5.4.2.Final.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/hibernate-entitymanager-5.4.2.Final.jar
[INFO] Copying guava-27.1-jre.jar to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/dependency/guava-27.1-jre.jar
[INFO]
[INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-application ---
[INFO] Reading assembly descriptor: assembly.xml
[INFO] Building zip: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/appng-application-1.19.1-feature_APPNG_2267-SNAPSHOT-dependencies-20190926-1417.zip
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/appng-application-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/appng-application-1.19.1-feature_APPNG_2267-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-1.19.1-feature_APPNG_2267-SNAPSHOT.war
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-1.19.1-feature_APPNG_2267-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/appng-application-1.19.1-feature_APPNG_2267-SNAPSHOT-dependencies-20190926-1417.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-1.19.1-feature_APPNG_2267-SNAPSHOT.zip
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application/target/appng-application-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-application ---
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-1.19.1-feature_APPNG_2267-20190926.142054-1.war
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98 MB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-1.19.1-feature_APPNG_2267-20190926.142054-1.war (98 MB at 23 MB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-1.19.1-feature_APPNG_2267-20190926.142054-1.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-ci-builds/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-1.19.1-feature_APPNG_2267-20190926.142054-1.pom (6.5 kB at 168 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/maven-metadata.xml (2.3 kB at 151 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/maven-metadata.xml (2.3 kB at 189 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 836 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (836 B at 1.1 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 836 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (836 B at 30 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/maven-metadata.xml (2.3 kB at 42 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/maven-metadata.xml (2.3 kB at 117 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-1.19.1-feature_APPNG_2267-20190926.142054-1.zip
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.1/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.2/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.3/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.4/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.5/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.6/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.7/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.8/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 0.9/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.0/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.1/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.2/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.3/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.4/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.5/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.6/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.7/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.8/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 1.9/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.0/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.1/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.2/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.3/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.4/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.5/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.6/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.7/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.8/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 2.9/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.0/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.1/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.2/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.3/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.4/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.5/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.6/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.7/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.8/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 3.9/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.0/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.1/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.2/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.3/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.4/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.5/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.6/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.7/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.8/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 4.9/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.0/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.1/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.2/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.3/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.4/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.5/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.6/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.7/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.8/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 5.9/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.0/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.1/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.2/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.3/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.4/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.5/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.6/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.7/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.8/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 6.9/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.0/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.1/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.2/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.3/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.4/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.5/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.6/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.7/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.8/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 7.9/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.0/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.1/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.2/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.3/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.4/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.5/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.6/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.7/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.8/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 8.9/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.0/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.1/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.2/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.3/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.4/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.5/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.6/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.7/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.8/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 9.9/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10.0/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 10/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 11/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 12/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 13/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 14/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 15/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 16/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 17/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 18/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 19/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 20/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 21/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 22/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 23/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 24/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 25/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 26/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 27/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 28/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 29/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 30/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 31/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 32/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 33/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 34/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 35/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 36/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 37/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 38/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 39/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 40/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 41/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 42/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 43/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 44/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 45/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 46/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 47/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 48/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 49/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 50/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 51/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 52/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 53/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 54/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 55/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 56/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 57/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 58/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 59/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 60/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 61/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 62/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 63/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 64/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 65/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 66/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 67/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 68/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 69/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 70/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 71/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 72/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 73/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 74/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 75/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 76/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 77/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 78/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 79/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 80/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 81/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 82/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 83/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 84/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 85/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 86/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 87/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 88/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 89/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 90/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 91/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 92/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 93/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 94/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 95/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 96/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 97/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98/98 MB
Progress (1): 98 MB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-1.19.1-feature_APPNG_2267-20190926.142054-1.zip (98 MB at 23 MB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/maven-metadata.xml (2.3 kB at 137 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.0 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.0 kB at 602 B/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.0 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.0 kB at 54 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/maven-metadata.xml (2.3 kB at 17 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-1.19.1-feature_APPNG_2267-20190926.142054-1-sources.jar
Progress (1): 2.0/3.0 kB
Progress (1): 3.0 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-1.19.1-feature_APPNG_2267-20190926.142054-1-sources.jar (3.0 kB at 17 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/maven-metadata.xml (2.3 kB at 212 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.3 kB at 18 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.3 kB at 79 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application/maven-metadata.xml (2.3 kB at 3.1 kB/s)
[INFO]
[INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-application ---
[INFO] Executing tasks
main:
[INFO] Executed tasks
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building appNG application BOM 1.19.1-feature_APPNG_2267-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_CI_feature_APPNG-2267/appng-application-bom/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-bom/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-bom-1.19.1-feature_APPNG_2267-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.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-bom-1.19.1-feature_APPNG_2267-20190926.142107-1.pom
Progress (1): 2.0/43 kB
Progress (1): 4.1/43 kB
Progress (1): 6.1/43 kB
Progress (1): 8.2/43 kB
Progress (1): 10/43 kB
Progress (1): 12/43 kB
Progress (1): 14/43 kB
Progress (1): 16/43 kB
Progress (1): 18/43 kB
Progress (1): 20/43 kB
Progress (1): 23/43 kB
Progress (1): 25/43 kB
Progress (1): 27/43 kB
Progress (1): 29/43 kB
Progress (1): 31/43 kB
Progress (1): 33/43 kB
Progress (1): 35/43 kB
Progress (1): 37/43 kB
Progress (1): 39/43 kB
Progress (1): 41/43 kB
Progress (1): 43/43 kB
Progress (1): 43 kB
Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-bom-1.19.1-feature_APPNG_2267-20190926.142107-1.pom (43 kB at 361 kB/s)
Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/maven-metadata.xml
Progress (1): 3.3 kB
Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/maven-metadata.xml (3.3 kB at 361 kB/s)
Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/maven-metadata.xml
Progress (1): 3.3 kB
Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/maven-metadata.xml (3.3 kB at 361 kB/s)
Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 647 B
Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (647 B at 885 B/s)
Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 647 B
Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (647 B at 29 kB/s)
Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/maven-metadata.xml
Progress (1): 2.0/3.3 kB
Progress (1): 3.3 kB
Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/maven-metadata.xml (3.3 kB at 15 kB/s)
Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/maven-metadata.xml
Progress (1): 2.0/3.3 kB
Progress (1): 3.3 kB
Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/maven-metadata.xml (3.3 kB at 221 kB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building appNG Documentation 1.19.1-feature_APPNG_2267-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-documentation ---
[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_CI_feature_APPNG-2267/appng-documentation/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-documentation ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.example.EmployeesTest
2019-09-26 16:21:09,970 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]
2019-09-26 16:21:09,984 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@76329302, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5e25a92e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4df828d7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@b59d31, org.springframework.test.context.transaction.TransactionalTestExecutionListener@62fdb4a6, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@11e21d0e]
2019-09-26 16:21:10,631 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2019-09-26 16:21:10,792 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2019-09-26 16:21:10,821 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2019-09-26 16:21:10,868 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1b68b9a4: startup date [Thu Sep 26 16:21:10 CEST 2019]; root of context hierarchy
2019-09-26 16:21:11,056 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Sep 26, 2019 4:21:11 PM ch.sla.jdbcperflogger.Logger info
INFO: Using config file jdbcperflogger-fallback.xml
2019-09-26 16:21:11,588 INFO [HSQLDB Server @79da1ec0] hsqldb.db.HSQLDB6D6DF27E11.ENGINE: Checkpoint start
2019-09-26 16:21:11,588 INFO [HSQLDB Server @79da1ec0] hsqldb.db.HSQLDB6D6DF27E11.ENGINE: checkpointClose start
2019-09-26 16:21:11,595 INFO [HSQLDB Server @79da1ec0] hsqldb.db.HSQLDB6D6DF27E11.ENGINE: checkpointClose synched
2019-09-26 16:21:11,605 INFO [HSQLDB Server @79da1ec0] hsqldb.db.HSQLDB6D6DF27E11.ENGINE: checkpointClose script done
2019-09-26 16:21:11,624 INFO [HSQLDB Server @79da1ec0] hsqldb.db.HSQLDB6D6DF27E11.ENGINE: checkpointClose end
2019-09-26 16:21:11,625 INFO [HSQLDB Server @79da1ec0] hsqldb.db.HSQLDB6D6DF27E11.ENGINE: Checkpoint end - txts: 1
2019-09-26 16:21:11,755 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2019-09-26 16:21:11,777 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2019-09-26 16:21:11,881 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.2.Final}
2019-09-26 16:21:12,060 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2019-09-26 16:21:12,389 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 16:21:12,481 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:21:12,750 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.15.Final
2019-09-26 16:21:13,086 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:21:13,088 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-09-26 16:21:13,559 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2019-09-26 16:21:14,303 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1b68b9a4: startup date [Thu Sep 26 16:21:10 CEST 2019]; root of context hierarchy
2019-09-26 16:21:14,304 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2019-09-26 16:21:14,304 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2019-09-26 16:21:14,444 INFO [HSQLDB Connection @2751c6fb] hsqldb.db.HSQLDB6D6DF27E11.ENGINE: Database closed
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.954 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_CI_feature_APPNG-2267/appng-documentation/target/appng-documentation-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO]
[INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html) @ appng-documentation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] ignoreDelta true
[INFO] Copying 9 resources
[INFO] Copying file appng.css
[INFO] Copying file listing/pom-archetype.xml
[INFO] Copying file listing/application.xml
[INFO] Copying file listing/applist.txt
[INFO] Copying file listing/dependencies.txt
[INFO] Copying file listing/pg-employees.xml
[INFO] Copying file listing/pom.xml
[INFO] Copying file images/appng.png
[INFO] Copying file images/application-processing.jpg
[INFO] Rendered /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-documentation/src/main/asciidoc/developerguide.adoc
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-documentation ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-documentation/target/appng-documentation-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-documentation ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-documentation/target/appng-documentation-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-documentation-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-documentation/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-documentation-1.19.1-feature_APPNG_2267-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-documentation/target/appng-documentation-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-documentation-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf) @ appng-documentation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] ignoreDelta true
[INFO] Copying 9 resources
[INFO] Copying file appng.css
[INFO] Copying file listing/pom-archetype.xml
[INFO] Copying file listing/application.xml
[INFO] Copying file listing/applist.txt
[INFO] Copying file listing/dependencies.txt
[INFO] Copying file listing/pg-employees.xml
[INFO] Copying file listing/pom.xml
[INFO] Copying file images/appng.png
[INFO] Copying file images/application-processing.jpg
[INFO] Rendered /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-documentation/src/main/asciidoc/developerguide.adoc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-documentation ---
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-documentation-1.19.1-feature_APPNG_2267-20190926.142154-1.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-ci-builds/org/appng/appng-documentation/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-documentation-1.19.1-feature_APPNG_2267-20190926.142154-1.jar (33 kB at 529 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-documentation-1.19.1-feature_APPNG_2267-20190926.142154-1.pom
Progress (1): 2.0/3.3 kB
Progress (1): 3.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-documentation-1.19.1-feature_APPNG_2267-20190926.142154-1.pom (3.3 kB at 52 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/maven-metadata.xml (2.3 kB at 4.5 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/maven-metadata.xml (2.3 kB at 175 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 838 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (838 B at 8.7 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 838 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (838 B at 38 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/maven-metadata.xml (2.3 kB at 27 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/maven-metadata.xml (2.3 kB at 58 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-documentation-1.19.1-feature_APPNG_2267-20190926.142154-1-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-ci-builds/org/appng/appng-documentation/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-documentation-1.19.1-feature_APPNG_2267-20190926.142154-1-sources.jar (35 kB at 650 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/maven-metadata.xml (2.3 kB at 167 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 2.9 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 47 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-documentation/maven-metadata.xml (2.3 kB at 117 kB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building appNG Template Assembly Descriptors 1.19.1-feature_APPNG_2267-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-template-assembly ---
[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_CI_feature_APPNG-2267/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:2.20: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_CI_feature_APPNG-2267/appng-template-assembly/target/appng-template-assembly-1.19.1-feature_APPNG_2267-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_CI_feature_APPNG-2267/appng-template-assembly/target/appng-template-assembly-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-template-assembly ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-template-assembly/target/appng-template-assembly-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-template-assembly-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-template-assembly/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-template-assembly-1.19.1-feature_APPNG_2267-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-template-assembly/target/appng-template-assembly-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-template-assembly-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-template-assembly ---
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-template-assembly-1.19.1-feature_APPNG_2267-20190926.142156-1.jar
Progress (1): 1.5 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-template-assembly-1.19.1-feature_APPNG_2267-20190926.142156-1.jar (1.5 kB at 19 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-template-assembly-1.19.1-feature_APPNG_2267-20190926.142156-1.pom
Progress (1): 899 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-template-assembly-1.19.1-feature_APPNG_2267-20190926.142156-1.pom (899 B at 17 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/maven-metadata.xml (2.3 kB at 56 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/maven-metadata.xml (2.3 kB at 253 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 842 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (842 B at 12 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 842 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (842 B at 47 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/maven-metadata.xml (2.3 kB at 21 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/maven-metadata.xml (2.3 kB at 117 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-template-assembly-1.19.1-feature_APPNG_2267-20190926.142156-1-sources.jar
Progress (1): 2.0/2.8 kB
Progress (1): 2.8 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-template-assembly-1.19.1-feature_APPNG_2267-20190926.142156-1-sources.jar (2.8 kB at 75 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/maven-metadata.xml (2.3 kB at 167 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 20 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 60 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-template-assembly/maven-metadata.xml (2.3 kB at 130 kB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building appNG Template Parent 1.19.1-feature_APPNG_2267-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_CI_feature_APPNG-2267/appng-template-parent/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-template-parent/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-template-parent-1.19.1-feature_APPNG_2267-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.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-template-parent-1.19.1-feature_APPNG_2267-20190926.142157-1.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.19.1-feature_APPNG_2267-SNAPSHOT/appng-template-parent-1.19.1-feature_APPNG_2267-20190926.142157-1.pom (5.6 kB at 81 kB/s)
Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/maven-metadata.xml
Progress (1): 3.3 kB
Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/maven-metadata.xml (3.3 kB at 3.4 kB/s)
Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/maven-metadata.xml
Progress (1): 3.3 kB
Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/maven-metadata.xml (3.3 kB at 325 kB/s)
Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 647 B
Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (647 B at 10 kB/s)
Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 647 B
Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (647 B at 36 kB/s)
Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/maven-metadata.xml
Progress (1): 2.0/3.3 kB
Progress (1): 3.3 kB
Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/maven-metadata.xml (3.3 kB at 41 kB/s)
Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/maven-metadata.xml
Progress (1): 2.0/3.3 kB
Progress (1): 3.3 kB
Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/maven-metadata.xml (3.3 kB at 166 kB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building appng-application-assembly 1.19.1-feature_APPNG_2267-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-application-assembly ---
[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_CI_feature_APPNG-2267/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:2.20: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_CI_feature_APPNG-2267/appng-application-assembly/target/appng-application-assembly-1.19.1-feature_APPNG_2267-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_CI_feature_APPNG-2267/appng-application-assembly/target/appng-application-assembly-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application-assembly ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application-assembly/target/appng-application-assembly-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-assembly-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application-assembly/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-assembly-1.19.1-feature_APPNG_2267-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-application-assembly/target/appng-application-assembly-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-assembly-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-application-assembly ---
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-assembly-1.19.1-feature_APPNG_2267-20190926.142159-1.jar
Progress (1): 1.6 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-assembly-1.19.1-feature_APPNG_2267-20190926.142159-1.jar (1.6 kB at 16 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-assembly-1.19.1-feature_APPNG_2267-20190926.142159-1.pom
Progress (1): 561 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-assembly-1.19.1-feature_APPNG_2267-20190926.142159-1.pom (561 B at 8.5 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/maven-metadata.xml (2.3 kB at 30 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/maven-metadata.xml (2.3 kB at 253 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 845 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (845 B at 1.3 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 845 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (845 B at 34 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/maven-metadata.xml (2.3 kB at 18 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/maven-metadata.xml (2.3 kB at 78 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-assembly-1.19.1-feature_APPNG_2267-20190926.142159-1-sources.jar
Progress (1): 2.0/2.8 kB
Progress (1): 2.8 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-assembly-1.19.1-feature_APPNG_2267-20190926.142159-1-sources.jar (2.8 kB at 89 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/maven-metadata.xml (2.3 kB at 195 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 5.1 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 63 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-application-assembly/maven-metadata.xml (2.3 kB at 12 kB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building appNG application parent 1.19.1-feature_APPNG_2267-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_CI_feature_APPNG-2267/appng-application-parent/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-parent/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-parent-1.19.1-feature_APPNG_2267-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.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-parent-1.19.1-feature_APPNG_2267-20190926.142201-1.pom
Progress (1): 2.0/6.1 kB
Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB
Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-application-parent-1.19.1-feature_APPNG_2267-20190926.142201-1.pom (6.1 kB at 85 kB/s)
Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/maven-metadata.xml
Progress (1): 3.3 kB
Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/maven-metadata.xml (3.3 kB at 68 kB/s)
Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/maven-metadata.xml
Progress (1): 3.3 kB
Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/maven-metadata.xml (3.3 kB at 296 kB/s)
Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 650 B
Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (650 B at 10 kB/s)
Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 650 B
Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (650 B at 32 kB/s)
Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/maven-metadata.xml
Progress (1): 2.0/3.3 kB
Progress (1): 3.3 kB
Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/maven-metadata.xml (3.3 kB at 24 kB/s)
Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/maven-metadata.xml
Progress (1): 2.0/3.3 kB
Progress (1): 3.3 kB
Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/maven-metadata.xml (3.3 kB at 158 kB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Archetype - appng-archetype-application 1.19.1-feature_APPNG_2267-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-archetype-application ---
[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_CI_feature_APPNG-2267/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:2.20: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_CI_feature_APPNG-2267/appng-archetype-application/target/appng-archetype-application-1.19.1-feature_APPNG_2267-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_CI_feature_APPNG-2267/appng-archetype-application/target/appng-archetype-application-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-archetype-application ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-archetype-application/target/appng-archetype-application-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-archetype-application-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-archetype-application/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-archetype-application-1.19.1-feature_APPNG_2267-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-archetype-application/target/appng-archetype-application-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-archetype-application-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-archetype-application ---
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-archetype-application-1.19.1-feature_APPNG_2267-20190926.142201-1.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-ci-builds/org/appng/appng-archetype-application/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-archetype-application-1.19.1-feature_APPNG_2267-20190926.142201-1.jar (14 kB at 45 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-archetype-application-1.19.1-feature_APPNG_2267-20190926.142201-1.pom
Progress (1): 532 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-archetype-application-1.19.1-feature_APPNG_2267-20190926.142201-1.pom (532 B at 16 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/maven-metadata.xml (2.3 kB at 47 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/maven-metadata.xml (2.3 kB at 254 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 846 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (846 B at 2.1 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 846 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (846 B at 45 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/maven-metadata.xml (2.3 kB at 3.5 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/maven-metadata.xml (2.3 kB at 112 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-archetype-application-1.19.1-feature_APPNG_2267-20190926.142201-1-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-ci-builds/org/appng/appng-archetype-application/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-archetype-application-1.19.1-feature_APPNG_2267-20190926.142201-1-sources.jar (15 kB at 425 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/maven-metadata.xml (2.3 kB at 234 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 3.6 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 51 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-archetype-application/maven-metadata.xml (2.3 kB at 26 kB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building appNGizer JAXB API 1.19.1-feature_APPNG_2267-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-appngizer-jaxb ---
[INFO]
[INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb ---
[INFO] Created EpisodePath [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/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 37 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-appngizer-jaxb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 38 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/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_CI_feature_APPNG-2267/appng-appngizer-jaxb/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.20: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.63 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_CI_feature_APPNG-2267/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.1-feature_APPNG_2267-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_CI_feature_APPNG-2267/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer-jaxb ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.1-feature_APPNG_2267-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-appngizer-jaxb-1.19.1-feature_APPNG_2267-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-appngizer-jaxb/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-appngizer-jaxb-1.19.1-feature_APPNG_2267-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-appngizer-jaxb-1.19.1-feature_APPNG_2267-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-appngizer-jaxb ---
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-appngizer-jaxb-1.19.1-feature_APPNG_2267-20190926.142215-1.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-ci-builds/org/appng/appng-appngizer-jaxb/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-appngizer-jaxb-1.19.1-feature_APPNG_2267-20190926.142215-1.jar (89 kB at 118 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-appngizer-jaxb-1.19.1-feature_APPNG_2267-20190926.142215-1.pom
Progress (1): 2.0/2.5 kB
Progress (1): 2.5 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-appngizer-jaxb-1.19.1-feature_APPNG_2267-20190926.142215-1.pom (2.5 kB at 40 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/maven-metadata.xml (2.3 kB at 7.5 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/maven-metadata.xml (2.3 kB at 253 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 839 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (839 B at 32 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 839 B
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (839 B at 13 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/maven-metadata.xml (2.3 kB at 33 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/maven-metadata.xml (2.3 kB at 123 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-appngizer-jaxb-1.19.1-feature_APPNG_2267-20190926.142215-1-sources.jar
Progress (1): 2.0/51 kB
Progress (1): 4.1/51 kB
Progress (1): 6.1/51 kB
Progress (1): 8.2/51 kB
Progress (1): 10/51 kB
Progress (1): 12/51 kB
Progress (1): 14/51 kB
Progress (1): 16/51 kB
Progress (1): 18/51 kB
Progress (1): 20/51 kB
Progress (1): 23/51 kB
Progress (1): 25/51 kB
Progress (1): 27/51 kB
Progress (1): 29/51 kB
Progress (1): 31/51 kB
Progress (1): 33/51 kB
Progress (1): 35/51 kB
Progress (1): 37/51 kB
Progress (1): 39/51 kB
Progress (1): 41/51 kB
Progress (1): 43/51 kB
Progress (1): 45/51 kB
Progress (1): 47/51 kB
Progress (1): 49/51 kB
Progress (1): 51 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/1.19.1-feature_APPNG_2267-SNAPSHOT/appng-appngizer-jaxb-1.19.1-feature_APPNG_2267-20190926.142215-1-sources.jar (51 kB at 859 kB/s)
Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/maven-metadata.xml
Progress (1): 2.3 kB
Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/maven-metadata.xml (2.3 kB at 180 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 12 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/1.19.1-feature_APPNG_2267-SNAPSHOT/maven-metadata.xml (1.1 kB at 49 kB/s)
Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/maven-metadata.xml
Progress (1): 2.0/2.3 kB
Progress (1): 2.3 kB
Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-appngizer-jaxb/maven-metadata.xml (2.3 kB at 130 kB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building appNGizer 1.19.1-feature_APPNG_2267-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-appngizer ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-appngizer ---
[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-appngizer ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 46 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/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 55 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-appngizer ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2267/appng-appngizer/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-appngizer ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.appng.appngizer.controller.SitePropertyControllerTest
log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundException: /webapps/appNGizer/WEB-INF/log/appNGizer.log (No such file or directory)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.(FileOutputStream.java:213)
at java.io.FileOutputStream.(FileOutputStream.java:133)
at org.apache.log4j.FileAppender.setFile(FileAppender.java:294)
at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:165)
at org.apache.log4j.DailyRollingFileAppender.activateOptions(DailyRollingFileAppender.java:223)
at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:307)
at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:172)
at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:104)
at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:842)
at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:768)
at org.apache.log4j.PropertyConfigurator.configureRootCategory(PropertyConfigurator.java:648)
at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:514)
at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:580)
at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:526)
at org.apache.log4j.LogManager.(LogManager.java:127)
at org.slf4j.impl.Log4jLoggerFactory.(Log4jLoggerFactory.java:66)
at org.slf4j.impl.StaticLoggerBinder.(StaticLoggerBinder.java:72)
at org.slf4j.impl.StaticLoggerBinder.(StaticLoggerBinder.java:45)
at org.slf4j.LoggerFactory.bind(LoggerFactory.java:150)
at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124)
at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:412)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:357)
at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:155)
at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:132)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:655)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.(SpringJUnit4ClassRunner.java:96)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:104)
at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:86)
at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59)
at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:26)
at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59)
at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:33)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
log4j:ERROR Either File or DatePattern options are not set for appender [appngizer].
2019-09-26 16:22:23,257 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]
2019-09-26 16:22:23,273 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@61d47554, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@69b794e2, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3f200884, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4d339552, org.springframework.test.context.transaction.TransactionalTestExecutionListener@f0f2775, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5a4aa2f2]
2019-09-26 16:22:23,356 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml]
2019-09-26 16:22:23,872 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@75c072cb: startup date [Thu Sep 26 16:22:23 CEST 2019]; root of context hierarchy
2019-09-26 16:22:24,103 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Sep 26, 2019 4:22:24 PM ch.sla.jdbcperflogger.Logger info
INFO: Using config file jdbcperflogger-fallback.xml
2019-09-26 16:22:24,293 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa'
2019-09-26 16:22:24,377 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng'
2019-09-26 16:22:24,406 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng]
2019-09-26 16:22:24,598 INFO [main] org.hibernate.Version: HHH000412: Hibernate Core {5.4.2.Final}
2019-09-26 16:22:24,896 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2019-09-26 16:22:25,561 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:22:25,656 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:22:26,423 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.15.Final
2019-09-26 16:22:27,722 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:22:27,725 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng'
2019-09-26 16:22:27,780 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@75c072cb: startup date [Thu Sep 26 16:22:23 CEST 2019]; root of context hierarchy
2019-09-26 16:22:27,801 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse
2019-09-26 16:22:27,815 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4)
2019-09-26 16:22:27,876 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.016s)
2019-09-26 16:22:27,887 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version"
2019-09-26 16:22:27,904 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >>
2019-09-26 16:22:27,919 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup
2019-09-26 16:22:27,969 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup
2019-09-26 16:22:27,995 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template
2019-09-26 16:22:28,002 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict
2019-09-26 16:22:28,008 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest
2019-09-26 16:22:28,014 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null
2019-09-26 16:22:28,021 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template
2019-09-26 16:22:28,028 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role
2019-09-26 16:22:28,036 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs
2019-09-26 16:22:28,045 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event
2019-09-26 16:22:28,055 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record
2019-09-26 16:22:28,068 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.183s).
2019-09-26 16:22:29,316 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver
2019-09-26 16:22:29,330 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1)
2019-09-26 16:22:29,332 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4)
2019-09-26 16:22:29,363 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1)
2019-09-26 16:22:29,364 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4)
2019-09-26 16:22:29,506 INFO [main] org.appng.api.messaging.Messaging: system property appng.node.id is not set, using local host name de-f2-p-appngdev0 as fallback
2019-09-26 16:22:29,506 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled
2019-09-26 16:22:29,724 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String)
2019-09-26 16:22:29,725 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException
2019-09-26 16:22:29,726 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property)
2019-09-26 16:22:29,726 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property)
2019-09-26 16:22:29,726 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String)
2019-09-26 16:22:29,727 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String)
2019-09-26 16:22:29,727 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" 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
2019-09-26 16:22:29,728 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications()
2019-09-26 16:22:29,728 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String)
2019-09-26 16:22:29,732 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception
2019-09-26 16:22:29,732 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception
2019-09-26 16:22:29,732 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String)
2019-09-26 16:22:29,733 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String)
2019-09-26 16:22:29,733 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database)
2019-09-26 16:22:29,733 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer)
2019-09-26 16:22:29,734 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database)
2019-09-26 16:22:29,734 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception
2019-09-26 16:22:29,737 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group)
2019-09-26 16:22:29,737 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String)
2019-09-26 16:22:29,737 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups()
2019-09-26 16:22:29,738 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group)
2019-09-26 16:22:29,738 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String)
2019-09-26 16:22:29,740 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest)
2019-09-26 16:22:29,740 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome()
2019-09-26 16:22:29,742 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String)
2019-09-26 16:22:29,743 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission)
2019-09-26 16:22:29,743 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission)
2019-09-26 16:22:29,743 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String)
2019-09-26 16:22:29,744 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String)
2019-09-26 16:22:29,747 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform()
2019-09-26 16:22:29,747 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties()
2019-09-26 16:22:29,747 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment()
2019-09-26 16:22:29,748 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform()
2019-09-26 16:22:29,749 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties()
2019-09-26 16:22:29,749 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property)
2019-09-26 16:22:29,750 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property)
2019-09-26 16:22:29,750 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String)
2019-09-26 16:22:29,750 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String)
2019-09-26 16:22:29,752 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException
2019-09-26 16:22:29,753 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
2019-09-26 16:22:29,753 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" 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
2019-09-26 16:22:29,753 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" 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
2019-09-26 16:22:29,753 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" 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
2019-09-26 16:22:29,754 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" 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
2019-09-26 16:22:29,754 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException
2019-09-26 16:22:29,754 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String)
2019-09-26 16:22:29,754 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String)
2019-09-26 16:22:29,754 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories()
2019-09-26 16:22:29,756 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String)
2019-09-26 16:22:29,756 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String)
2019-09-26 16:22:29,756 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role)
2019-09-26 16:22:29,756 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role)
2019-09-26 16:22:29,757 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException
2019-09-26 16:22:29,758 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String)
2019-09-26 16:22:29,758 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String)
2019-09-26 16:22:29,758 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants)
2019-09-26 16:22:29,758 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String)
2019-09-26 16:22:29,759 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String)
2019-09-26 16:22:29,759 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String)
2019-09-26 16:22:29,760 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String)
2019-09-26 16:22:29,760 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property)
2019-09-26 16:22:29,760 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property)
2019-09-26 16:22:29,761 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String)
2019-09-26 16:22:29,761 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String)
2019-09-26 16:22:29,762 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String)
2019-09-26 16:22:29,762 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException
2019-09-26 16:22:29,763 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site)
2019-09-26 16:22:29,763 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site)
2019-09-26 16:22:29,763 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException
2019-09-26 16:22:29,763 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites()
2019-09-26 16:22:29,767 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String)
2019-09-26 16:22:29,767 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties)
2019-09-26 16:22:29,768 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property)
2019-09-26 16:22:29,768 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property)
2019-09-26 16:22:29,768 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String)
2019-09-26 16:22:29,768 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties)
2019-09-26 16:22:29,769 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties)
2019-09-26 16:22:29,769 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String)
2019-09-26 16:22:29,772 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects()
2019-09-26 16:22:29,772 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String)
2019-09-26 16:22:29,773 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException
2019-09-26 16:22:29,773 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" 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
2019-09-26 16:22:29,773 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String)
2019-09-26 16:22:30,355 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml]
2019-09-26 16:22:30,924 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@75c072cb: startup date [Thu Sep 26 16:22:23 CEST 2019]; root of context hierarchy
2019-09-26 16:22:30,995 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@75c072cb: startup date [Thu Sep 26 16:22:23 CEST 2019]; root of context hierarchy
2019-09-26 16:22:31,367 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet ''
2019-09-26 16:22:31,368 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started
2019-09-26 16:22:31,401 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 31 ms
2019-09-26 16:22:31,418 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled
2019-09-26 16:22:31,436 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment
2019-09-26 16:22:31,437 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType
2019-09-26 16:22:31,438 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword
2019-09-26 16:22:31,438 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath
2019-09-26 16:22:31,439 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases
2019-09-26 16:22:31,439 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData
2019-09-26 16:22:31,440 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder
2019-09-26 16:22:31,441 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert
2019-09-26 16:22:31,441 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate
2019-09-26 16:22:31,441 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode
2019-09-26 16:22:31,442 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile
2019-09-26 16:22:31,442 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags
2019-09-26 16:22:31,443 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled
2019-09-26 16:22:31,443 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx
2019-09-26 16:22:31,445 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput
2019-09-26 16:22:31,448 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret
2019-09-26 16:22:31,448 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig
2019-09-26 16:22:31,448 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath
2019-09-26 16:22:31,449 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature
2019-09-26 16:22:31,449 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature
2019-09-26 16:22:31,450 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder
2019-09-26 16:22:31,450 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles
2019-09-26 16:22:31,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest
2019-09-26 16:22:31,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance
2019-09-26 16:22:31,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled
2019-09-26 16:22:31,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode
2019-09-26 16:22:31,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder
2019-09-26 16:22:31,453 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey
2019-09-26 16:22:31,453 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale
2019-09-26 16:22:31,454 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout
2019-09-26 16:22:31,454 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup
2019-09-26 16:22:31,455 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding
2019-09-26 16:22:31,455 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize
2019-09-26 16:22:31,455 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix
2019-09-26 16:22:31,456 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore
2019-09-26 16:22:31,456 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath
2019-09-26 16:22:31,456 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix
2019-09-26 16:22:31,457 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder
2019-09-26 16:22:31,457 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress
2019-09-26 16:22:31,458 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect
2019-09-26 16:22:31,458 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost
2019-09-26 16:22:31,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone
2019-09-26 16:22:31,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder
2019-09-26 16:22:31,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver
2019-09-26 16:22:31,460 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort
2019-09-26 16:22:31,460 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled
2019-09-26 16:22:31,461 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort
2019-09-26 16:22:31,461 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir
2019-09-26 16:22:31,461 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir
2019-09-26 16:22:31,462 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod
2019-09-26 16:22:31,643 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.template
2019-09-26 16:22:31,643 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.DatasourceConfigurer
2019-09-26 16:22:31,644 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.wwwDir
2019-09-26 16:22:31,644 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.tagPrefix
2019-09-26 16:22:31,645 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapIdAttribute
2019-09-26 16:22:31,645 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginPage
2019-09-26 16:22:31,645 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUser
2019-09-26 16:22:31,646 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputType
2019-09-26 16:22:31,646 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.encoding
2019-09-26 16:22:31,646 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexDir
2019-09-26 16:22:31,647 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultApplication
2019-09-26 16:22:31,647 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailHost
2019-09-26 16:22:31,647 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginRef
2019-09-26 16:22:31,648 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputFormat
2019-09-26 16:22:31,648 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheBlockingTimeout
2019-09-26 16:22:31,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileTypes
2019-09-26 16:22:31,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authApplication
2019-09-26 16:22:31,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPage
2019-09-26 16:22:31,650 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapGroupBaseDn
2019-09-26 16:22:31,650 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapStartTls
2019-09-26 16:22:31,651 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheClearOnShutdown
2019-09-26 16:22:31,651 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.appendTabId
2019-09-26 16:22:31,651 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedMethods
2019-09-26 16:22:31,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapDomain
2019-09-26 16:22:31,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchChunkSize
2019-09-26 16:22:31,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.rewriteConfig
2019-09-26 16:22:31,653 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexTimeout
2019-09-26 16:22:31,653 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.xssExceptions
2019-09-26 16:22:31,654 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.service-path
2019-09-26 16:22:31,654 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportReloadFile
2019-09-26 16:22:31,654 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionValue
2019-09-26 16:22:31,655 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheEnabled
2019-09-26 16:22:31,655 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionName
2019-09-26 16:22:31,656 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutPage
2019-09-26 16:22:31,656 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.siteRootDir
2019-09-26 16:22:31,656 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheStatistics
2019-09-26 16:22:31,657 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileSystemQueueSize
2019-09-26 16:22:31,657 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.name
2019-09-26 16:22:31,657 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.allowSkipRender
2019-09-26 16:22:31,658 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPage
2019-09-26 16:22:31,658 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectionEnabled
2019-09-26 16:22:31,659 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportedLanguages
2019-09-26 16:22:31,659 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.assetsDir
2019-09-26 16:22:31,659 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPages
2019-09-26 16:22:31,660 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheExceptions
2019-09-26 16:22:31,660 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutRef
2019-09-26 16:22:31,660 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.locale
2019-09-26 16:22:31,661 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailDisabled
2019-09-26 16:22:31,661 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.timeZone
2019-09-26 16:22:31,661 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedPaths
2019-09-26 16:22:31,662 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUserBaseDn
2019-09-26 16:22:31,662 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.enforcePrimaryDomain
2019-09-26 16:22:31,662 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPassword
2019-09-26 16:22:31,663 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexConfig
2019-09-26 16:22:31,663 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPageSize
2019-09-26 16:22:31,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.documentDir
2019-09-26 16:22:31,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPrincipalScheme
2019-09-26 16:22:31,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchMaxHits
2019-09-26 16:22:31,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexQueueSize
2019-09-26 16:22:31,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailPort
2019-09-26 16:22:31,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.host
2019-09-26 16:22:31,666 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapHost
2019-09-26 16:22:31,666 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.manager-path
2019-09-26 16:22:31,669 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site localhost
2019-09-26 16:22:32,375 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.assetsDir
2019-09-26 16:22:32,409 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.assetsDir
2019-09-26 16:22:32,414 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.xssExceptions
2019-09-26 16:22:32,446 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.xssExceptions
2019-09-26 16:22:32,450 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.theAnswer
2019-09-26 16:22:32,540 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.theAnswer
2019-09-26 16:22:32,561 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.myNewProp
2019-09-26 16:22:32,630 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.myNewProp
2019-09-26 16:22:32,646 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@75c072cb: startup date [Thu Sep 26 16:22:23 CEST 2019]; root of context hierarchy
2019-09-26 16:22:32,657 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng'
2019-09-26 16:22:32,658 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: 9.709 s - in org.appng.appngizer.controller.SitePropertyControllerTest
[INFO] Running org.appng.appngizer.controller.PlatformPropertyControllerTest
2019-09-26 16:22:32,675 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]
2019-09-26 16:22:32,675 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5d3a238, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@9fd5dd0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4e7b89b6, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7f65639e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@673fdc28, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4cf1ec2]
2019-09-26 16:22:32,676 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml]
2019-09-26 16:22:32,814 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@16eb01d4: startup date [Thu Sep 26 16:22:32 CEST 2019]; root of context hierarchy
2019-09-26 16:22:32,845 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:22:32,878 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa'
2019-09-26 16:22:32,895 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng'
2019-09-26 16:22:32,895 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng]
2019-09-26 16:22:32,955 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:22:32,960 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:22:33,237 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:22:33,237 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng'
2019-09-26 16:22:33,246 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@16eb01d4: startup date [Thu Sep 26 16:22:32 CEST 2019]; root of context hierarchy
2019-09-26 16:22:33,249 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4)
2019-09-26 16:22:33,257 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.005s)
2019-09-26 16:22:33,259 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version"
2019-09-26 16:22:33,264 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >>
2019-09-26 16:22:33,268 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup
2019-09-26 16:22:33,287 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup
2019-09-26 16:22:33,299 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template
2019-09-26 16:22:33,304 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict
2019-09-26 16:22:33,308 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest
2019-09-26 16:22:33,313 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null
2019-09-26 16:22:33,318 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template
2019-09-26 16:22:33,324 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role
2019-09-26 16:22:33,329 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs
2019-09-26 16:22:33,335 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event
2019-09-26 16:22:33,339 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record
2019-09-26 16:22:33,344 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.085s).
2019-09-26 16:22:33,664 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver
2019-09-26 16:22:33,665 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1)
2019-09-26 16:22:33,666 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4)
2019-09-26 16:22:33,700 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1)
2019-09-26 16:22:33,700 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4)
2019-09-26 16:22:33,745 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled
2019-09-26 16:22:33,843 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String)
2019-09-26 16:22:33,844 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException
2019-09-26 16:22:33,844 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property)
2019-09-26 16:22:33,844 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property)
2019-09-26 16:22:33,845 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String)
2019-09-26 16:22:33,845 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String)
2019-09-26 16:22:33,845 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" 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
2019-09-26 16:22:33,846 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications()
2019-09-26 16:22:33,846 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String)
2019-09-26 16:22:33,847 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception
2019-09-26 16:22:33,847 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception
2019-09-26 16:22:33,848 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String)
2019-09-26 16:22:33,848 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String)
2019-09-26 16:22:33,848 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database)
2019-09-26 16:22:33,848 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer)
2019-09-26 16:22:33,849 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database)
2019-09-26 16:22:33,849 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception
2019-09-26 16:22:33,850 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group)
2019-09-26 16:22:33,850 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String)
2019-09-26 16:22:33,850 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups()
2019-09-26 16:22:33,851 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group)
2019-09-26 16:22:33,851 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String)
2019-09-26 16:22:33,852 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest)
2019-09-26 16:22:33,852 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome()
2019-09-26 16:22:33,853 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String)
2019-09-26 16:22:33,853 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission)
2019-09-26 16:22:33,854 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission)
2019-09-26 16:22:33,854 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String)
2019-09-26 16:22:33,854 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String)
2019-09-26 16:22:33,855 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform()
2019-09-26 16:22:33,855 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties()
2019-09-26 16:22:33,856 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment()
2019-09-26 16:22:33,856 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform()
2019-09-26 16:22:33,857 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties()
2019-09-26 16:22:33,857 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property)
2019-09-26 16:22:33,857 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property)
2019-09-26 16:22:33,858 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String)
2019-09-26 16:22:33,858 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String)
2019-09-26 16:22:33,860 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException
2019-09-26 16:22:33,860 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
2019-09-26 16:22:33,861 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" 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
2019-09-26 16:22:33,861 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" 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
2019-09-26 16:22:33,861 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" 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
2019-09-26 16:22:33,861 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" 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
2019-09-26 16:22:33,862 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException
2019-09-26 16:22:33,862 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String)
2019-09-26 16:22:33,862 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String)
2019-09-26 16:22:33,862 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories()
2019-09-26 16:22:33,863 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String)
2019-09-26 16:22:33,864 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String)
2019-09-26 16:22:33,864 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role)
2019-09-26 16:22:33,864 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role)
2019-09-26 16:22:33,864 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException
2019-09-26 16:22:33,866 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String)
2019-09-26 16:22:33,866 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String)
2019-09-26 16:22:33,866 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants)
2019-09-26 16:22:33,866 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String)
2019-09-26 16:22:33,867 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String)
2019-09-26 16:22:33,867 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String)
2019-09-26 16:22:33,868 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String)
2019-09-26 16:22:33,868 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property)
2019-09-26 16:22:33,868 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property)
2019-09-26 16:22:33,869 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String)
2019-09-26 16:22:33,869 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String)
2019-09-26 16:22:33,870 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String)
2019-09-26 16:22:33,870 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException
2019-09-26 16:22:33,871 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site)
2019-09-26 16:22:33,871 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site)
2019-09-26 16:22:33,871 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException
2019-09-26 16:22:33,871 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites()
2019-09-26 16:22:33,873 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String)
2019-09-26 16:22:33,873 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties)
2019-09-26 16:22:33,873 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property)
2019-09-26 16:22:33,874 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property)
2019-09-26 16:22:33,874 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String)
2019-09-26 16:22:33,874 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties)
2019-09-26 16:22:33,874 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties)
2019-09-26 16:22:33,875 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String)
2019-09-26 16:22:33,876 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects()
2019-09-26 16:22:33,876 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String)
2019-09-26 16:22:33,876 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException
2019-09-26 16:22:33,876 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" 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
2019-09-26 16:22:33,877 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String)
2019-09-26 16:22:33,909 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml]
2019-09-26 16:22:33,971 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@16eb01d4: startup date [Thu Sep 26 16:22:32 CEST 2019]; root of context hierarchy
2019-09-26 16:22:33,992 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@16eb01d4: startup date [Thu Sep 26 16:22:32 CEST 2019]; root of context hierarchy
2019-09-26 16:22:34,070 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet ''
2019-09-26 16:22:34,071 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started
2019-09-26 16:22:34,078 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 7 ms
2019-09-26 16:22:34,085 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled
2019-09-26 16:22:34,085 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment
2019-09-26 16:22:34,085 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType
2019-09-26 16:22:34,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword
2019-09-26 16:22:34,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath
2019-09-26 16:22:34,087 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases
2019-09-26 16:22:34,087 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData
2019-09-26 16:22:34,087 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder
2019-09-26 16:22:34,088 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert
2019-09-26 16:22:34,088 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate
2019-09-26 16:22:34,088 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode
2019-09-26 16:22:34,088 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile
2019-09-26 16:22:34,089 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags
2019-09-26 16:22:34,089 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled
2019-09-26 16:22:34,089 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx
2019-09-26 16:22:34,090 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput
2019-09-26 16:22:34,090 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret
2019-09-26 16:22:34,090 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig
2019-09-26 16:22:34,091 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath
2019-09-26 16:22:34,091 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature
2019-09-26 16:22:34,091 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature
2019-09-26 16:22:34,092 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder
2019-09-26 16:22:34,092 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles
2019-09-26 16:22:34,092 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest
2019-09-26 16:22:34,093 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance
2019-09-26 16:22:34,093 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled
2019-09-26 16:22:34,093 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode
2019-09-26 16:22:34,093 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder
2019-09-26 16:22:34,094 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey
2019-09-26 16:22:34,094 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale
2019-09-26 16:22:34,094 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout
2019-09-26 16:22:34,095 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup
2019-09-26 16:22:34,095 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding
2019-09-26 16:22:34,095 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize
2019-09-26 16:22:34,095 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix
2019-09-26 16:22:34,096 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore
2019-09-26 16:22:34,096 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath
2019-09-26 16:22:34,096 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix
2019-09-26 16:22:34,096 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder
2019-09-26 16:22:34,097 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress
2019-09-26 16:22:34,097 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect
2019-09-26 16:22:34,097 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost
2019-09-26 16:22:34,098 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone
2019-09-26 16:22:34,098 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder
2019-09-26 16:22:34,098 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver
2019-09-26 16:22:34,099 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort
2019-09-26 16:22:34,099 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled
2019-09-26 16:22:34,099 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort
2019-09-26 16:22:34,099 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir
2019-09-26 16:22:34,100 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir
2019-09-26 16:22:34,100 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod
2019-09-26 16:22:34,165 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.cacheFolder
2019-09-26 16:22:34,179 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.theAnswer
2019-09-26 16:22:34,200 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.theAnswer
2019-09-26 16:22:34,202 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@16eb01d4: startup date [Thu Sep 26 16:22:32 CEST 2019]; root of context hierarchy
2019-09-26 16:22:34,204 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng'
2019-09-26 16:22:34,204 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.539 s - in org.appng.appngizer.controller.PlatformPropertyControllerTest
[INFO] Running org.appng.appngizer.controller.ApplicationPropertyControllerTest
2019-09-26 16:22:34,211 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]
2019-09-26 16:22:34,211 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1828eff, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5118c7fb, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@792b0cad, org.springframework.test.context.support.DirtiesContextTestExecutionListener@8be84bf, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1d5e0621, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@aee3d6e]
2019-09-26 16:22:34,212 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml]
2019-09-26 16:22:34,295 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2b8106fa: startup date [Thu Sep 26 16:22:34 CEST 2019]; root of context hierarchy
2019-09-26 16:22:34,321 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-09-26 16:22:34,351 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa'
2019-09-26 16:22:34,367 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng'
2019-09-26 16:22:34,368 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng]
2019-09-26 16:22:34,435 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 16:22:34,440 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 16:22:34,673 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 16:22:34,674 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng'
2019-09-26 16:22:34,681 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@2b8106fa: startup date [Thu Sep 26 16:22:34 CEST 2019]; root of context hierarchy
2019-09-26 16:22:34,683 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4)
2019-09-26 16:22:34,690 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.004s)
2019-09-26 16:22:34,692 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version"
2019-09-26 16:22:34,696 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >>
2019-09-26 16:22:34,699 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup
2019-09-26 16:22:34,713 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup
2019-09-26 16:22:34,721 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template
2019-09-26 16:22:34,724 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict
2019-09-26 16:22:34,727 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest
2019-09-26 16:22:34,730 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null
2019-09-26 16:22:34,733 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template
2019-09-26 16:22:34,736 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role
2019-09-26 16:22:34,739 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs
2019-09-26 16:22:34,743 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event
2019-09-26 16:22:34,746 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record
2019-09-26 16:22:34,749 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.057s).
2019-09-26 16:22:35,007 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver
2019-09-26 16:22:35,008 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1)
2019-09-26 16:22:35,009 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4)
2019-09-26 16:22:35,040 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1)
2019-09-26 16:22:35,041 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4)
2019-09-26 16:22:35,073 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled
2019-09-26 16:22:35,105 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String)
2019-09-26 16:22:35,106 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException
2019-09-26 16:22:35,106 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property)
2019-09-26 16:22:35,107 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property)
2019-09-26 16:22:35,107 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String)
2019-09-26 16:22:35,108 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String)
2019-09-26 16:22:35,108 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" 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
2019-09-26 16:22:35,108 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications()
2019-09-26 16:22:35,109 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String)
2019-09-26 16:22:35,111 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception
2019-09-26 16:22:35,111 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception
2019-09-26 16:22:35,112 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String)
2019-09-26 16:22:35,112 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String)
2019-09-26 16:22:35,112 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database)
2019-09-26 16:22:35,113 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer)
2019-09-26 16:22:35,113 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database)
2019-09-26 16:22:35,114 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception
2019-09-26 16:22:35,115 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group)
2019-09-26 16:22:35,116 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String)
2019-09-26 16:22:35,116 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups()
2019-09-26 16:22:35,116 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group)
2019-09-26 16:22:35,117 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String)
2019-09-26 16:22:35,118 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest)
2019-09-26 16:22:35,118 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome()
2019-09-26 16:22:35,120 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String)
2019-09-26 16:22:35,120 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission)
2019-09-26 16:22:35,120 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission)
2019-09-26 16:22:35,121 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String)
2019-09-26 16:22:35,121 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String)
2019-09-26 16:22:35,123 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform()
2019-09-26 16:22:35,123 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties()
2019-09-26 16:22:35,123 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment()
2019-09-26 16:22:35,124 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform()
2019-09-26 16:22:35,125 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties()
2019-09-26 16:22:35,126 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property)
2019-09-26 16:22:35,126 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property)
2019-09-26 16:22:35,126 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String)
2019-09-26 16:22:35,127 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String)
2019-09-26 16:22:35,129 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException
2019-09-26 16:22:35,129 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
2019-09-26 16:22:35,129 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" 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
2019-09-26 16:22:35,130 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" 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
2019-09-26 16:22:35,130 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" 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
2019-09-26 16:22:35,131 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" 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
2019-09-26 16:22:35,131 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException
2019-09-26 16:22:35,131 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String)
2019-09-26 16:22:35,132 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String)
2019-09-26 16:22:35,132 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories()
2019-09-26 16:22:35,133 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String)
2019-09-26 16:22:35,134 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String)
2019-09-26 16:22:35,134 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role)
2019-09-26 16:22:35,135 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role)
2019-09-26 16:22:35,135 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException
2019-09-26 16:22:35,137 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String)
2019-09-26 16:22:35,137 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String)
2019-09-26 16:22:35,137 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants)
2019-09-26 16:22:35,138 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String)
2019-09-26 16:22:35,138 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String)
2019-09-26 16:22:35,139 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String)
2019-09-26 16:22:35,140 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String)
2019-09-26 16:22:35,141 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property)
2019-09-26 16:22:35,141 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property)
2019-09-26 16:22:35,142 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String)
2019-09-26 16:22:35,142 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String)
2019-09-26 16:22:35,144 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String)
2019-09-26 16:22:35,144 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException
2019-09-26 16:22:35,144 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site)
2019-09-26 16:22:35,144 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site)
2019-09-26 16:22:35,145 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException
2019-09-26 16:22:35,145 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites()
2019-09-26 16:22:35,146 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity